Html Css Color HEX #CCF108 Electric Lime

📋 copy color: '#CCF108'

red 204 ◦ green 241 ◦ blue 8

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

Shades of Electric Lime #CCF108

Tints of Electric Lime #CCF108

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.2%

 BLUE value IS 8 (3.52% from 255) = 1.77%

R = 45.03%
G = 53.2%
B = 1.77%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#CCF108 (or 0xCCF108) is known color: Electric Lime. HEX triplet: CC, F1 and 08. RGB value is (204,241,8). Sum of RGB (Red+Green+Blue) = 204+241+8=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 8 (3.52% from 255 or 1.77% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF108 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF108 is #330EF7. Grayscale: #CCCCCC. Windows color (decimal): -3346168 or 586188. OLE color: 586188.

HSL color Cylindrical-coordinate representation of color #CCF108: hue angle of 69.53º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCF108 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 241 8 -
CMYK 0.15 0 0.97 0.05
HSL 69.53º 0.94% 0.49% -
HSV(B) 69.53º 0.97% 0.95% -
XYZ 56.4 75.77 11.88 -
YUV 203.38 17.74 128.45 -
System Red Green Blue C M Y K H S L
Decimal 204 241 8 0.15 0 0.97 0.05 69.53 0.94 0.49
Hex CC F1 8 F 0 61 5 46 5E 31
Octal 314 361 10 17 0 141 5 106 136 61
Binary 11001100 11110001 1000 1111 0 1100001 101 1000110 1011110 110001

Color Harmonies of #CCF108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF108

Black with #CCF108

Text Example


Text Example

White with #CCF108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF108; }

 p { color: rgb(204,241,8); }

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

background-color css

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

 a { background-color: rgb(204,241,8); }

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

border-color css

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

 span { border-color: rgb(204,241,8); }

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