Html Css Color HEX #CDEA0F Electric Lime

📋 copy color: '#CDEA0F'

red 205 ◦ green 234 ◦ blue 15

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

Shades of Electric Lime #CDEA0F

Tints of Electric Lime #CDEA0F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.54%

 BLUE value IS 15 (6.25% from 255) = 3.3%

R = 45.15%
G = 51.54%
B = 3.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#CDEA0F (or 0xCDEA0F) is known color: Electric Lime. HEX triplet: CD, EA and 0F. RGB value is (205,234,15). Sum of RGB (Red+Green+Blue) = 205+234+15=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 234 (91.80% from 255 or 51.54% from 454); Blue value is 15 (6.25% from 255 or 3.30% from 454); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDEA0F is #3215F0. Grayscale: #C9C9C9. Windows color (decimal): -3282417 or 1043149. OLE color: 1043149.

HSL color Cylindrical-coordinate representation of color #CDEA0F: hue angle of 67.95º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CDEA0F is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 205 234 15 -
CMYK 0.12 0 0.94 0.08
HSL 67.95º 0.88% 0.49% -
HSV(B) 67.95º 0.94% 0.92% -
XYZ 54.69 71.86 11.44 -
YUV 200.36 23.39 131.31 -
System Red Green Blue C M Y K H S L
Decimal 205 234 15 0.12 0 0.94 0.08 67.95 0.88 0.49
Hex CD EA F C 0 5E 8 44 58 31
Octal 315 352 17 14 0 136 10 104 130 61
Binary 11001101 11101010 1111 1100 0 1011110 1000 1000100 1011000 110001

Color Harmonies of #CDEA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEA0F

Black with #CDEA0F

Text Example


Text Example

White with #CDEA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEA0F; }

 p { color: rgb(205,234,15); }

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

background-color css

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

 a { background-color: rgb(205,234,15); }

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

border-color css

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

 span { border-color: rgb(205,234,15); }

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