Html Css Color HEX #CCFA0C Electric Lime

📋 copy color: '#CCFA0C'

red 204 ◦ green 250 ◦ blue 12

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

Shades of Electric Lime #CCFA0C

Tints of Electric Lime #CCFA0C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.65%

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

R = 43.78%
G = 53.65%
B = 2.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#CCFA0C (or 0xCCFA0C) is known color: Electric Lime. HEX triplet: CC, FA and 0C. RGB value is (204,250,12). Sum of RGB (Red+Green+Blue) = 204+250+12=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 250 (98.05% from 255 or 53.65% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFA0C is #3305F3. Grayscale: #D2D2D2. Windows color (decimal): -3343860 or 850636. OLE color: 850636.

HSL color Cylindrical-coordinate representation of color #CCFA0C: hue angle of 71.6º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCFA0C is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 250 12 -
CMYK 0.18 0 0.95 0.02
HSL 71.6º 0.96% 0.51% -
HSV(B) 71.6º 0.95% 0.98% -
XYZ 59.15 81.24 12.91 -
YUV 209.11 16.76 124.35 -
System Red Green Blue C M Y K H S L
Decimal 204 250 12 0.18 0 0.95 0.02 71.6 0.96 0.51
Hex CC FA C 12 0 5F 2 48 60 33
Octal 314 372 14 22 0 137 2 110 140 63
Binary 11001100 11111010 1100 10010 0 1011111 10 1001000 1100000 110011

Color Harmonies of #CCFA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFA0C

Black with #CCFA0C

Text Example


Text Example

White with #CCFA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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