Html Css Color HEX #CCFF0A Electric Lime

📋 copy color: '#CCFF0A'

red 204 ◦ green 255 ◦ blue 10

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

Shades of Electric Lime #CCFF0A

Tints of Electric Lime #CCFF0A

RGB

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

 GREEN value IS 255 (100% from 255) = 54.37%

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

R = 43.5%
G = 54.37%
B = 2.13%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#CCFF0A (or 0xCCFF0A) is known color: Electric Lime. HEX triplet: CC, FF and 0A. RGB value is (204,255,10). Sum of RGB (Red+Green+Blue) = 204+255+10=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 10 (4.30% from 255 or 2.13% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFF0A is #3300F5. Grayscale: #D4D4D4. Windows color (decimal): -3342582 or 720844. OLE color: 720844.

HSL color Cylindrical-coordinate representation of color #CCFF0A: hue angle of 72.49º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCFF0A is Cyan = 0.2, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 204 255 10 -
CMYK 0.2 0 0.96 0
HSL 72.49º 1% 0.52% -
HSV(B) 72.49º 0.96% 1% -
XYZ 60.72 84.38 13.37 -
YUV 211.82 14.1 122.42 -
System Red Green Blue C M Y K H S L
Decimal 204 255 10 0.2 0 0.96 0 72.49 1 0.52
Hex CC FF A 14 0 60 0 48 64 34
Octal 314 377 12 24 0 140 0 110 144 64
Binary 11001100 11111111 1010 10100 0 1100000 0 1001000 1100100 110100

Color Harmonies of #CCFF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF0A

Black with #CCFF0A

Text Example


Text Example

White with #CCFF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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