Html Css Color HEX #CDFE1D Electric Lime

📋 copy color: '#CDFE1D'

red 205 ◦ green 254 ◦ blue 29

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

Shades of Electric Lime #CDFE1D

Tints of Electric Lime #CDFE1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.94%

R = 42.01%
G = 52.05%
B = 5.94%

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

#CDFE1D (or 0xCDFE1D) is known color: Electric Lime. HEX triplet: CD, FE and 1D. RGB value is (205,254,29). Sum of RGB (Red+Green+Blue) = 205+254+29=488 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.01% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 29 (11.72% from 255 or 5.94% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFE1D is #3201E2. Grayscale: #D6D6D6. Windows color (decimal): -3277283 or 1965773. OLE color: 1965773.

HSL color Cylindrical-coordinate representation of color #CDFE1D: hue angle of 73.07º 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 #CDFE1D is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB 205 254 29 -
CMYK 0.19 0 0.89 0.00
HSL 73.07º 0.99% 0.55% -
HSV(B) 73.07º 0.89% 1% -
XYZ 60.84 83.95 14.16 -
YUV 213.7 23.77 121.8 -
System Red Green Blue C M Y K H S L
Decimal 205 254 29 0.19 0 0.89 0.00 73.07 0.99 0.55
Hex CD FE 1D 13 0 59 0 49 63 37
Octal 315 376 35 23 0 131 0 111 143 67
Binary 11001101 11111110 11101 10011 0 1011001 0 1001001 1100011 110111

Color Harmonies of #CDFE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFE1D

Black with #CDFE1D

Text Example


Text Example

White with #CDFE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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