Html Css Color HEX #CCFF21 Electric Lime

📋 copy color: '#CCFF21'

red 204 ◦ green 255 ◦ blue 33

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

Shades of Electric Lime #CCFF21

Tints of Electric Lime #CCFF21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.71%

R = 41.46%
G = 51.83%
B = 6.71%

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

#CCFF21 (or 0xCCFF21) is known color: Electric Lime. HEX triplet: CC, FF and 21. RGB value is (204,255,33). Sum of RGB (Red+Green+Blue) = 204+255+33=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 255 (100% from 255 or 51.83% from 492); Blue value is 33 (13.28% from 255 or 6.71% from 492); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF21 is #3300DE. Grayscale: #D7D7D7. Windows color (decimal): -3342559 or 2228172. OLE color: 2228172.

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

Color convert

RGB 204 255 33 -
CMYK 0.2 0 0.87 0
HSL 73.78º 1% 0.56% -
HSV(B) 73.78º 0.87% 1% -
XYZ 60.94 84.47 14.53 -
YUV 214.44 25.6 120.55 -
System Red Green Blue C M Y K H S L
Decimal 204 255 33 0.2 0 0.87 0 73.78 1 0.56
Hex CC FF 21 14 0 57 0 4A 64 38
Octal 314 377 41 24 0 127 0 112 144 70
Binary 11001100 11111111 100001 10100 0 1010111 0 1001010 1100100 111000

Color Harmonies of #CCFF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFF21

Black with #CCFF21

Text Example


Text Example

White with #CCFF21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFF21; }

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

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

background-color css

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

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

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

border-color css

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

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

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