Html Css Color HEX #CCFD14 Electric Lime

📋 copy color: '#CCFD14'

red 204 ◦ green 253 ◦ blue 20

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

Shades of Electric Lime #CCFD14

Tints of Electric Lime #CCFD14

RGB

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

 GREEN value IS 253 (99.22% from 255) = 53.04%

 BLUE value IS 20 (8.2% from 255) = 4.19%

R = 42.77%
G = 53.04%
B = 4.19%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#CCFD14 (or 0xCCFD14) is known color: Electric Lime. HEX triplet: CC, FD and 14. RGB value is (204,253,20). Sum of RGB (Red+Green+Blue) = 204+253+20=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 253 (99.22% from 255 or 53.04% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFD14 is #3302EB. Grayscale: #D4D4D4. Windows color (decimal): -3343084 or 1375692. OLE color: 1375692.

HSL color Cylindrical-coordinate representation of color #CCFD14: hue angle of 72.62º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCFD14 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 253 20 -
CMYK 0.19 0 0.92 0.01
HSL 72.62º 0.98% 0.54% -
HSV(B) 72.62º 0.92% 0.99% -
XYZ 60.15 83.14 13.54 -
YUV 211.79 19.77 122.45 -
System Red Green Blue C M Y K H S L
Decimal 204 253 20 0.19 0 0.92 0.01 72.62 0.98 0.54
Hex CC FD 14 13 0 5C 1 49 62 36
Octal 314 375 24 23 0 134 1 111 142 66
Binary 11001100 11111101 10100 10011 0 1011100 1 1001001 1100010 110110

Color Harmonies of #CCFD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFD14

Black with #CCFD14

Text Example


Text Example

White with #CCFD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFD14; }

 p { color: rgb(204,253,20); }

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

background-color css

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

 a { background-color: rgb(204,253,20); }

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

border-color css

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

 span { border-color: rgb(204,253,20); }

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