Html Css Color HEX #CCEF0E Electric Lime

📋 copy color: '#CCEF0E'

red 204 ◦ green 239 ◦ blue 14

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

Shades of Electric Lime #CCEF0E

Tints of Electric Lime #CCEF0E

RGB

 RED value IS 204 (80.08% from 255) = 44.64%

 GREEN value IS 239 (93.75% from 255) = 52.3%

 BLUE value IS 14 (5.86% from 255) = 3.06%

R = 44.64%
G = 52.3%
B = 3.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#CCEF0E (or 0xCCEF0E) is known color: Electric Lime. HEX triplet: CC, EF and 0E. RGB value is (204,239,14). Sum of RGB (Red+Green+Blue) = 204+239+14=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 239 (93.75% from 255 or 52.30% from 457); Blue value is 14 (5.86% from 255 or 3.06% from 457); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEF0E is #3310F1. Grayscale: #CBCBCB. Windows color (decimal): -3346674 or 978892. OLE color: 978892.

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

Color convert

RGB 204 239 14 -
CMYK 0.15 0 0.94 0.06
HSL 69.33º 0.89% 0.5% -
HSV(B) 69.33º 0.94% 0.94% -
XYZ 55.85 74.6 11.87 -
YUV 202.89 21.4 128.8 -
System Red Green Blue C M Y K H S L
Decimal 204 239 14 0.15 0 0.94 0.06 69.33 0.89 0.5
Hex CC EF E F 0 5E 6 45 59 32
Octal 314 357 16 17 0 136 6 105 131 62
Binary 11001100 11101111 1110 1111 0 1011110 110 1000101 1011001 110010

Color Harmonies of #CCEF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF0E

Black with #CCEF0E

Text Example


Text Example

White with #CCEF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF0E; }

 p { color: rgb(204,239,14); }

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

background-color css

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

 a { background-color: rgb(204,239,14); }

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

border-color css

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

 span { border-color: rgb(204,239,14); }

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