Html Css Color HEX #CDFF1E Electric Lime

📋 copy color: '#CDFF1E'

red 205 ◦ green 255 ◦ blue 30

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

Shades of Electric Lime #CDFF1E

Tints of Electric Lime #CDFF1E

RGB

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

 GREEN value IS 255 (100% from 255) = 52.04%

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

R = 41.84%
G = 52.04%
B = 6.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#CDFF1E (or 0xCDFF1E) is known color: Electric Lime. HEX triplet: CD, FF and 1E. RGB value is (205,255,30). Sum of RGB (Red+Green+Blue) = 205+255+30=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 30 (12.11% from 255 or 6.12% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFF1E is #3200E1. Grayscale: #D7D7D7. Windows color (decimal): -3277026 or 2031565. OLE color: 2031565.

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

Color convert

RGB 205 255 30 -
CMYK 0.20 0 0.88 0
HSL 73.33º 1% 0.56% -
HSV(B) 73.33º 0.88% 1% -
XYZ 61.17 84.59 14.33 -
YUV 214.4 23.94 121.3 -
System Red Green Blue C M Y K H S L
Decimal 205 255 30 0.20 0 0.88 0 73.33 1 0.56
Hex CD FF 1E 14 0 58 0 49 64 38
Octal 315 377 36 24 0 130 0 111 144 70
Binary 11001101 11111111 11110 10100 0 1011000 0 1001001 1100100 111000

Color Harmonies of #CDFF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFF1E

Black with #CDFF1E

Text Example


Text Example

White with #CDFF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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