Html Css Color HEX #CCF218 Electric Lime

📋 copy color: '#CCF218'

red 204 ◦ green 242 ◦ blue 24

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

Shades of Electric Lime #CCF218

Tints of Electric Lime #CCF218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.11%

R = 43.4%
G = 51.49%
B = 5.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#CCF218 (or 0xCCF218) is known color: Electric Lime. HEX triplet: CC, F2 and 18. RGB value is (204,242,24). Sum of RGB (Red+Green+Blue) = 204+242+24=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 24 (9.77% from 255 or 5.11% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF218 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF218 is #330DE7. Grayscale: #CECECE. Windows color (decimal): -3345896 or 1635020. OLE color: 1635020.

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

Color convert

RGB 204 242 24 -
CMYK 0.16 0 0.90 0.05
HSL 70.46º 0.89% 0.52% -
HSV(B) 70.46º 0.9% 0.95% -
XYZ 56.82 76.41 12.62 -
YUV 205.79 25.41 126.73 -
System Red Green Blue C M Y K H S L
Decimal 204 242 24 0.16 0 0.90 0.05 70.46 0.89 0.52
Hex CC F2 18 10 0 5A 5 46 59 34
Octal 314 362 30 20 0 132 5 106 131 64
Binary 11001100 11110010 11000 10000 0 1011010 101 1000110 1011001 110100

Color Harmonies of #CCF218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF218

Black with #CCF218

Text Example


Text Example

White with #CCF218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF218; }

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

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

background-color css

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

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

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

border-color css

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

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

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