Html Css Color HEX #CDFE1F Electric Lime

📋 copy color: '#CDFE1F'

red 205 ◦ green 254 ◦ blue 31

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

Shades of Electric Lime #CDFE1F

Tints of Electric Lime #CDFE1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.33%

R = 41.84%
G = 51.84%
B = 6.33%

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

#CDFE1F (or 0xCDFE1F) is known color: Electric Lime. HEX triplet: CD, FE and 1F. RGB value is (205,254,31). Sum of RGB (Red+Green+Blue) = 205+254+31=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 31 (12.5% from 255 or 6.33% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFE1F is #3201E0. Grayscale: #D6D6D6. Windows color (decimal): -3277281 or 2096845. OLE color: 2096845.

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

Color convert

RGB 205 254 31 -
CMYK 0.19 0 0.88 0.00
HSL 73.18º 0.99% 0.56% -
HSV(B) 73.18º 0.88% 1% -
XYZ 60.87 83.96 14.29 -
YUV 213.93 24.77 121.63 -
System Red Green Blue C M Y K H S L
Decimal 205 254 31 0.19 0 0.88 0.00 73.18 0.99 0.56
Hex CD FE 1F 13 0 58 0 49 63 38
Octal 315 376 37 23 0 130 0 111 143 70
Binary 11001101 11111110 11111 10011 0 1011000 0 1001001 1100011 111000

Color Harmonies of #CDFE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFE1F

Black with #CDFE1F

Text Example


Text Example

White with #CDFE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFE1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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