Html Css Color HEX #CCF50F Electric Lime

📋 copy color: '#CCF50F'

red 204 ◦ green 245 ◦ blue 15

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

Shades of Electric Lime #CCF50F

Tints of Electric Lime #CCF50F

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.8%

 BLUE value IS 15 (6.25% from 255) = 3.23%

R = 43.97%
G = 52.8%
B = 3.23%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#CCF50F (or 0xCCF50F) is known color: Electric Lime. HEX triplet: CC, F5 and 0F. RGB value is (204,245,15). Sum of RGB (Red+Green+Blue) = 204+245+15=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 245 (96.09% from 255 or 52.80% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF50F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF50F is #330AF0. Grayscale: #CFCFCF. Windows color (decimal): -3345137 or 1045964. OLE color: 1045964.

HSL color Cylindrical-coordinate representation of color #CCF50F: hue angle of 70.7º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCF50F is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 15 -
CMYK 0.17 0 0.94 0.04
HSL 70.7º 0.92% 0.51% -
HSV(B) 70.7º 0.94% 0.96% -
XYZ 57.64 78.18 12.5 -
YUV 206.52 19.92 126.2 -
System Red Green Blue C M Y K H S L
Decimal 204 245 15 0.17 0 0.94 0.04 70.7 0.92 0.51
Hex CC F5 F 11 0 5E 4 47 5C 33
Octal 314 365 17 21 0 136 4 107 134 63
Binary 11001100 11110101 1111 10001 0 1011110 100 1000111 1011100 110011

Color Harmonies of #CCF50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF50F

Black with #CCF50F

Text Example


Text Example

White with #CCF50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF50F; }

 p { color: rgb(204,245,15); }

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

background-color css

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

 a { background-color: rgb(204,245,15); }

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

border-color css

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

 span { border-color: rgb(204,245,15); }

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