Html Css Color HEX #CCF702 Electric Lime

📋 copy color: '#CCF702'

red 204 ◦ green 247 ◦ blue 2

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

Shades of Electric Lime #CCF702

Tints of Electric Lime #CCF702

RGB

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

 GREEN value IS 247 (96.88% from 255) = 54.53%

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

R = 45.03%
G = 54.53%
B = 0.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#CCF702 (or 0xCCF702) is known color: Electric Lime. HEX triplet: CC, F7 and 02. RGB value is (204,247,2). Sum of RGB (Red+Green+Blue) = 204+247+2=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 247 (96.88% from 255 or 54.53% from 453); Blue value is 2 (1.17% from 255 or 0.44% from 453); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF702 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF702 is #3308FD. Grayscale: #CFCFCF. Windows color (decimal): -3344638 or 194508. OLE color: 194508.

HSL color Cylindrical-coordinate representation of color #CCF702: hue angle of 70.53º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCF702 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 2 -
CMYK 0.17 0 0.99 0.03
HSL 70.53º 0.98% 0.49% -
HSV(B) 70.53º 0.99% 0.97% -
XYZ 58.17 79.36 12.31 -
YUV 206.21 12.75 126.42 -
System Red Green Blue C M Y K H S L
Decimal 204 247 2 0.17 0 0.99 0.03 70.53 0.98 0.49
Hex CC F7 2 11 0 63 3 47 62 31
Octal 314 367 2 21 0 143 3 107 142 61
Binary 11001100 11110111 10 10001 0 1100011 11 1000111 1100010 110001

Color Harmonies of #CCF702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF702

Black with #CCF702

Text Example


Text Example

White with #CCF702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF702; }

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

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

background-color css

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

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

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

border-color css

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

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

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