Html Css Color HEX #CCF918 Electric Lime

📋 copy color: '#CCF918'

red 204 ◦ green 249 ◦ blue 24

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

Shades of Electric Lime #CCF918

Tints of Electric Lime #CCF918

RGB

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

 GREEN value IS 249 (97.66% from 255) = 52.2%

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

R = 42.77%
G = 52.2%
B = 5.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#CCF918 (or 0xCCF918) is known color: Electric Lime. HEX triplet: CC, F9 and 18. RGB value is (204,249,24). Sum of RGB (Red+Green+Blue) = 204+249+24=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 249 (97.66% from 255 or 52.20% from 477); Blue value is 24 (9.77% from 255 or 5.03% from 477); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF918 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF918 is #3306E7. Grayscale: #D2D2D2. Windows color (decimal): -3344104 or 1636812. OLE color: 1636812.

HSL color Cylindrical-coordinate representation of color #CCF918: hue angle of 72º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCF918 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 24 -
CMYK 0.18 0 0.90 0.02
HSL 72º 0.95% 0.54% -
HSV(B) 72º 0.9% 0.98% -
XYZ 58.94 80.65 13.33 -
YUV 209.9 23.09 123.8 -
System Red Green Blue C M Y K H S L
Decimal 204 249 24 0.18 0 0.90 0.02 72 0.95 0.54
Hex CC F9 18 12 0 5A 2 48 5F 36
Octal 314 371 30 22 0 132 2 110 137 66
Binary 11001100 11111001 11000 10010 0 1011010 10 1001000 1011111 110110

Color Harmonies of #CCF918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF918

Black with #CCF918

Text Example


Text Example

White with #CCF918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF918; }

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

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

background-color css

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

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

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

border-color css

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

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

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