Html Css Color HEX #CDF20D Electric Lime

📋 copy color: '#CDF20D'

red 205 ◦ green 242 ◦ blue 13

#CDF20D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CDF20D

Tints of Electric Lime #CDF20D

RGB

 RED value IS 205 (80.47% from 255) = 44.57%

 GREEN value IS 242 (94.92% from 255) = 52.61%

 BLUE value IS 13 (5.47% from 255) = 2.83%

R = 44.57%
G = 52.61%
B = 2.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDF20D (or 0xCDF20D) is known color: Electric Lime. HEX triplet: CD, F2 and 0D. RGB value is (205,242,13). Sum of RGB (Red+Green+Blue) = 205+242+13=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 13 (5.47% from 255 or 2.83% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF20D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF20D is #320DF2. Grayscale: #CDCDCD. Windows color (decimal): -3280371 or 914125. OLE color: 914125.

HSL color Cylindrical-coordinate representation of color #CDF20D: hue angle of 69.69º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CDF20D is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 242 13 -
CMYK 0.15 0 0.95 0.05
HSL 69.69º 0.9% 0.5% -
HSV(B) 69.69º 0.95% 0.95% -
XYZ 57 76.51 12.14 -
YUV 204.83 19.74 128.12 -
System Red Green Blue C M Y K H S L
Decimal 205 242 13 0.15 0 0.95 0.05 69.69 0.9 0.5
Hex CD F2 D F 0 5F 5 46 5A 32
Octal 315 362 15 17 0 137 5 106 132 62
Binary 11001101 11110010 1101 1111 0 1011111 101 1000110 1011010 110010

Color Harmonies of #CDF20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF20D

Black with #CDF20D

Text Example


Text Example

White with #CDF20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF20D; }

 p { color: rgb(205,242,13); }

 H1.HeaderClassName
 {
   color: #CDF20D;
 }
 .AnyTagClassName
 {
   color: #CDF20D;
 }
</style>

background-color css

<style>
 a { background-color: #CDF20D; }

 a { background-color: rgb(205,242,13); }

 div.DivClassName
 {
   background-color: #CDF20D;
 }
 .BgClassName
 {
   background-color: #CDF20D;
 }
</style>

border-color css

<style>
 span { border-color: #CDF20D; }

 span { border-color: rgb(205,242,13); }

 td.TdClassName
 {
   border-color: #CDF20D;
 }
 .TagClassName
 {
   border-color: #CDF20D;
 }
</style>