Html Css Color HEX #CCF40E Electric Lime

📋 copy color: '#CCF40E'

red 204 ◦ green 244 ◦ blue 14

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

Shades of Electric Lime #CCF40E

Tints of Electric Lime #CCF40E

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.81%

 BLUE value IS 14 (5.86% from 255) = 3.03%

R = 44.16%
G = 52.81%
B = 3.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#CCF40E (or 0xCCF40E) is known color: Electric Lime. HEX triplet: CC, F4 and 0E. RGB value is (204,244,14). Sum of RGB (Red+Green+Blue) = 204+244+14=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 244 (95.70% from 255 or 52.81% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF40E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF40E is #330BF1. Grayscale: #CECECE. Windows color (decimal): -3345394 or 980172. OLE color: 980172.

HSL color Cylindrical-coordinate representation of color #CCF40E: hue angle of 70.43º degrees, saturation: 0.91, 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 #CCF40E is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 14 -
CMYK 0.16 0 0.94 0.04
HSL 70.43º 0.91% 0.51% -
HSV(B) 70.43º 0.94% 0.96% -
XYZ 57.33 77.57 12.37 -
YUV 205.82 19.75 126.7 -
System Red Green Blue C M Y K H S L
Decimal 204 244 14 0.16 0 0.94 0.04 70.43 0.91 0.51
Hex CC F4 E 10 0 5E 4 46 5B 33
Octal 314 364 16 20 0 136 4 106 133 63
Binary 11001100 11110100 1110 10000 0 1011110 100 1000110 1011011 110011

Color Harmonies of #CCF40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF40E

Black with #CCF40E

Text Example


Text Example

White with #CCF40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF40E; }

 p { color: rgb(204,244,14); }

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

background-color css

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

 a { background-color: rgb(204,244,14); }

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

border-color css

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

 span { border-color: rgb(204,244,14); }

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