Html Css Color HEX #CDFE1E Electric Lime

📋 copy color: '#CDFE1E'

red 205 ◦ green 254 ◦ blue 30

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

Shades of Electric Lime #CDFE1E

Tints of Electric Lime #CDFE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.13%

R = 41.92%
G = 51.94%
B = 6.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#CDFE1E (or 0xCDFE1E) is known color: Electric Lime. HEX triplet: CD, FE and 1E. RGB value is (205,254,30). Sum of RGB (Red+Green+Blue) = 205+254+30=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 254 (99.61% from 255 or 51.94% from 489); Blue value is 30 (12.11% from 255 or 6.13% from 489); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFE1E is #3201E1. Grayscale: #D6D6D6. Windows color (decimal): -3277282 or 2031309. OLE color: 2031309.

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

Color convert

RGB 205 254 30 -
CMYK 0.19 0 0.88 0.00
HSL 73.13º 0.99% 0.56% -
HSV(B) 73.13º 0.88% 1% -
XYZ 60.85 83.96 14.23 -
YUV 213.81 24.27 121.71 -
System Red Green Blue C M Y K H S L
Decimal 205 254 30 0.19 0 0.88 0.00 73.13 0.99 0.56
Hex CD FE 1E 13 0 58 0 49 63 38
Octal 315 376 36 23 0 130 0 111 143 70
Binary 11001101 11111110 11110 10011 0 1011000 0 1001001 1100011 111000

Color Harmonies of #CDFE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFE1E

Black with #CDFE1E

Text Example


Text Example

White with #CDFE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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