Html Css Color HEX #CDFE1C Electric Lime

📋 copy color: '#CDFE1C'

red 205 ◦ green 254 ◦ blue 28

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

Shades of Electric Lime #CDFE1C

Tints of Electric Lime #CDFE1C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 52.16%

 BLUE value IS 28 (11.33% from 255) = 5.75%

R = 42.09%
G = 52.16%
B = 5.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#CDFE1C (or 0xCDFE1C) is known color: Electric Lime. HEX triplet: CD, FE and 1C. RGB value is (205,254,28). Sum of RGB (Red+Green+Blue) = 205+254+28=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 28 (11.33% from 255 or 5.75% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFE1C is #3201E3. Grayscale: #D6D6D6. Windows color (decimal): -3277284 or 1900237. OLE color: 1900237.

HSL color Cylindrical-coordinate representation of color #CDFE1C: hue angle of 73.01º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDFE1C is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB 205 254 28 -
CMYK 0.19 0 0.89 0.00
HSL 73.01º 0.99% 0.55% -
HSV(B) 73.01º 0.89% 1% -
XYZ 60.83 83.95 14.1 -
YUV 213.59 23.27 121.88 -
System Red Green Blue C M Y K H S L
Decimal 205 254 28 0.19 0 0.89 0.00 73.01 0.99 0.55
Hex CD FE 1C 13 0 59 0 49 63 37
Octal 315 376 34 23 0 131 0 111 143 67
Binary 11001101 11111110 11100 10011 0 1011001 0 1001001 1100011 110111

Color Harmonies of #CDFE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFE1C

Black with #CDFE1C

Text Example


Text Example

White with #CDFE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFE1C; }

 p { color: rgb(205,254,28); }

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

background-color css

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

 a { background-color: rgb(205,254,28); }

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

border-color css

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

 span { border-color: rgb(205,254,28); }

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