Html Css Color HEX #CCF21A Electric Lime

📋 copy color: '#CCF21A'

red 204 ◦ green 242 ◦ blue 26

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

Shades of Electric Lime #CCF21A

Tints of Electric Lime #CCF21A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.27%

 BLUE value IS 26 (10.55% from 255) = 5.51%

R = 43.22%
G = 51.27%
B = 5.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#CCF21A (or 0xCCF21A) is known color: Electric Lime. HEX triplet: CC, F2 and 1A. RGB value is (204,242,26). Sum of RGB (Red+Green+Blue) = 204+242+26=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 26 (10.55% from 255 or 5.51% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF21A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF21A is #330DE5. Grayscale: #CECECE. Windows color (decimal): -3345894 or 1766092. OLE color: 1766092.

HSL color Cylindrical-coordinate representation of color #CCF21A: hue angle of 70.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCF21A is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 26 -
CMYK 0.16 0 0.89 0.05
HSL 70.56º 0.89% 0.53% -
HSV(B) 70.56º 0.89% 0.95% -
XYZ 56.84 76.42 12.73 -
YUV 206.01 26.41 126.56 -
System Red Green Blue C M Y K H S L
Decimal 204 242 26 0.16 0 0.89 0.05 70.56 0.89 0.53
Hex CC F2 1A 10 0 59 5 47 59 35
Octal 314 362 32 20 0 131 5 107 131 65
Binary 11001100 11110010 11010 10000 0 1011001 101 1000111 1011001 110101

Color Harmonies of #CCF21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF21A

Black with #CCF21A

Text Example


Text Example

White with #CCF21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF21A; }

 p { color: rgb(204,242,26); }

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

background-color css

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

 a { background-color: rgb(204,242,26); }

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

border-color css

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

 span { border-color: rgb(204,242,26); }

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