Html Css Color HEX #CCFF22 Electric Lime

📋 copy color: '#CCFF22'

red 204 ◦ green 255 ◦ blue 34

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

Shades of Electric Lime #CCFF22

Tints of Electric Lime #CCFF22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.9%

R = 41.38%
G = 51.72%
B = 6.9%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#CCFF22 (or 0xCCFF22) is known color: Electric Lime. HEX triplet: CC, FF and 22. RGB value is (204,255,34). Sum of RGB (Red+Green+Blue) = 204+255+34=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 34 (13.67% from 255 or 6.90% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF22 is #3300DD. Grayscale: #D7D7D7. Windows color (decimal): -3342558 or 2293708. OLE color: 2293708.

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

Color convert

RGB 204 255 34 -
CMYK 0.2 0 0.87 0
HSL 73.85º 1% 0.57% -
HSV(B) 73.85º 0.87% 1% -
XYZ 60.95 84.47 14.61 -
YUV 214.56 26.1 120.47 -
System Red Green Blue C M Y K H S L
Decimal 204 255 34 0.2 0 0.87 0 73.85 1 0.57
Hex CC FF 22 14 0 57 0 4A 64 39
Octal 314 377 42 24 0 127 0 112 144 71
Binary 11001100 11111111 100010 10100 0 1010111 0 1001010 1100100 111001

Color Harmonies of #CCFF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF22

Black with #CCFF22

Text Example


Text Example

White with #CCFF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF22; }

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

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

background-color css

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

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

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

border-color css

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

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

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