Html Css Color HEX #CCE702 Electric Lime

📋 copy color: '#CCE702'

red 204 ◦ green 231 ◦ blue 2

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

Shades of Electric Lime #CCE702

Tints of Electric Lime #CCE702

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.86%

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

R = 46.68%
G = 52.86%
B = 0.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#CCE702 (or 0xCCE702) is known color: Electric Lime. HEX triplet: CC, E7 and 02. RGB value is (204,231,2). Sum of RGB (Red+Green+Blue) = 204+231+2=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 231 (90.62% from 255 or 52.86% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE702 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE702 is #3318FD. Grayscale: #C5C5C5. Windows color (decimal): -3348734 or 190412. OLE color: 190412.

HSL color Cylindrical-coordinate representation of color #CCE702: hue angle of 67.07º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCE702 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 231 2 -
CMYK 0.12 0 0.99 0.09
HSL 67.07º 0.98% 0.46% -
HSV(B) 67.07º 0.99% 0.91% -
XYZ 53.49 69.99 10.75 -
YUV 196.82 18.05 133.12 -
System Red Green Blue C M Y K H S L
Decimal 204 231 2 0.12 0 0.99 0.09 67.07 0.98 0.46
Hex CC E7 2 C 0 63 9 43 62 2E
Octal 314 347 2 14 0 143 11 103 142 56
Binary 11001100 11100111 10 1100 0 1100011 1001 1000011 1100010 101110

Color Harmonies of #CCE702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE702

Black with #CCE702

Text Example


Text Example

White with #CCE702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE702; }

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

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

background-color css

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

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

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

border-color css

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

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

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