Html Css Color HEX #CDFC14 Electric Lime

📋 copy color: '#CDFC14'

red 205 ◦ green 252 ◦ blue 20

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

Shades of Electric Lime #CDFC14

Tints of Electric Lime #CDFC14

RGB

 RED value IS 205 (80.47% from 255) = 42.98%

 GREEN value IS 252 (98.83% from 255) = 52.83%

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

R = 42.98%
G = 52.83%
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

#CDFC14 (or 0xCDFC14) is known color: Electric Lime. HEX triplet: CD, FC and 14. RGB value is (205,252,20). Sum of RGB (Red+Green+Blue) = 205+252+20=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 252 (98.83% from 255 or 52.83% from 477); Blue value is 20 (8.20% from 255 or 4.19% from 477); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFC14 is #3203EB. Grayscale: #D4D4D4. Windows color (decimal): -3277804 or 1375437. OLE color: 1375437.

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

Color convert

RGB 205 252 20 -
CMYK 0.19 0 0.92 0.01
HSL 72.16º 0.97% 0.53% -
HSV(B) 72.16º 0.92% 0.99% -
XYZ 60.11 82.65 13.45 -
YUV 211.5 19.93 123.36 -
System Red Green Blue C M Y K H S L
Decimal 205 252 20 0.19 0 0.92 0.01 72.16 0.97 0.53
Hex CD FC 14 13 0 5C 1 48 61 35
Octal 315 374 24 23 0 134 1 110 141 65
Binary 11001101 11111100 10100 10011 0 1011100 1 1001000 1100001 110101

Color Harmonies of #CDFC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFC14

Black with #CDFC14

Text Example


Text Example

White with #CDFC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFC14; }

 p { color: rgb(205,252,20); }

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

background-color css

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

 a { background-color: rgb(205,252,20); }

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

border-color css

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

 span { border-color: rgb(205,252,20); }

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