Html Css Color HEX #CCF10C Electric Lime

📋 copy color: '#CCF10C'

red 204 ◦ green 241 ◦ blue 12

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

Shades of Electric Lime #CCF10C

Tints of Electric Lime #CCF10C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.63%

R = 44.64%
G = 52.74%
B = 2.63%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#CCF10C (or 0xCCF10C) is known color: Electric Lime. HEX triplet: CC, F1 and 0C. RGB value is (204,241,12). Sum of RGB (Red+Green+Blue) = 204+241+12=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 12 (5.08% from 255 or 2.63% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF10C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF10C is #330EF3. Grayscale: #CCCCCC. Windows color (decimal): -3346164 or 848332. OLE color: 848332.

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

Color convert

RGB 204 241 12 -
CMYK 0.15 0 0.95 0.05
HSL 69.69º 0.91% 0.5% -
HSV(B) 69.69º 0.95% 0.95% -
XYZ 56.42 75.77 12 -
YUV 203.83 19.74 128.12 -
System Red Green Blue C M Y K H S L
Decimal 204 241 12 0.15 0 0.95 0.05 69.69 0.91 0.5
Hex CC F1 C F 0 5F 5 46 5B 32
Octal 314 361 14 17 0 137 5 106 133 62
Binary 11001100 11110001 1100 1111 0 1011111 101 1000110 1011011 110010

Color Harmonies of #CCF10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF10C

Black with #CCF10C

Text Example


Text Example

White with #CCF10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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