Html Css Color HEX #CCF10A Electric Lime

📋 copy color: '#CCF10A'

red 204 ◦ green 241 ◦ blue 10

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

Shades of Electric Lime #CCF10A

Tints of Electric Lime #CCF10A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.2%

R = 44.84%
G = 52.97%
B = 2.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#CCF10A (or 0xCCF10A) is known color: Electric Lime. HEX triplet: CC, F1 and 0A. RGB value is (204,241,10). Sum of RGB (Red+Green+Blue) = 204+241+10=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 10 (4.30% from 255 or 2.20% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF10A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF10A is #330EF5. Grayscale: #CCCCCC. Windows color (decimal): -3346166 or 717260. OLE color: 717260.

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

Color convert

RGB 204 241 10 -
CMYK 0.15 0 0.96 0.05
HSL 69.61º 0.92% 0.49% -
HSV(B) 69.61º 0.96% 0.95% -
XYZ 56.41 75.77 11.94 -
YUV 203.6 18.74 128.28 -
System Red Green Blue C M Y K H S L
Decimal 204 241 10 0.15 0 0.96 0.05 69.61 0.92 0.49
Hex CC F1 A F 0 60 5 46 5C 31
Octal 314 361 12 17 0 140 5 106 134 61
Binary 11001100 11110001 1010 1111 0 1100000 101 1000110 1011100 110001

Color Harmonies of #CCF10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF10A

Black with #CCF10A

Text Example


Text Example

White with #CCF10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF10A; }

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

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

background-color css

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

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

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

border-color css

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

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

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