Html Css Color HEX #CCEF02 Electric Lime

📋 copy color: '#CCEF02'

red 204 ◦ green 239 ◦ blue 2

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

Shades of Electric Lime #CCEF02

Tints of Electric Lime #CCEF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 45.84%
G = 53.71%
B = 0.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#CCEF02 (or 0xCCEF02) is known color: Electric Lime. HEX triplet: CC, EF and 02. RGB value is (204,239,2). Sum of RGB (Red+Green+Blue) = 204+239+2=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 239 (93.75% from 255 or 53.71% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCEF02 is #3310FD. Grayscale: #CACACA. Windows color (decimal): -3346686 or 192460. OLE color: 192460.

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

Color convert

RGB 204 239 2 -
CMYK 0.15 0 0.99 0.06
HSL 68.86º 0.98% 0.47% -
HSV(B) 68.86º 0.99% 0.94% -
XYZ 55.78 74.57 11.51 -
YUV 201.52 15.4 129.77 -
System Red Green Blue C M Y K H S L
Decimal 204 239 2 0.15 0 0.99 0.06 68.86 0.98 0.47
Hex CC EF 2 F 0 63 6 45 62 2F
Octal 314 357 2 17 0 143 6 105 142 57
Binary 11001100 11101111 10 1111 0 1100011 110 1000101 1100010 101111

Color Harmonies of #CCEF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF02

Black with #CCEF02

Text Example


Text Example

White with #CCEF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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