Html Css Color HEX #CDFF1F Electric Lime

📋 copy color: '#CDFF1F'

red 205 ◦ green 255 ◦ blue 31

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

Shades of Electric Lime #CDFF1F

Tints of Electric Lime #CDFF1F

RGB

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

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

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

R = 41.75%
G = 51.93%
B = 6.31%

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

#CDFF1F (or 0xCDFF1F) is known color: Electric Lime. HEX triplet: CD, FF and 1F. RGB value is (205,255,31). Sum of RGB (Red+Green+Blue) = 205+255+31=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 31 (12.5% from 255 or 6.31% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDFF1F is #3200E0. Grayscale: #D7D7D7. Windows color (decimal): -3277025 or 2097101. OLE color: 2097101.

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

Color convert

RGB 205 255 31 -
CMYK 0.20 0 0.88 0
HSL 73.39º 1% 0.56% -
HSV(B) 73.39º 0.88% 1% -
XYZ 61.18 84.6 14.4 -
YUV 214.51 24.44 121.21 -
System Red Green Blue C M Y K H S L
Decimal 205 255 31 0.20 0 0.88 0 73.39 1 0.56
Hex CD FF 1F 14 0 58 0 49 64 38
Octal 315 377 37 24 0 130 0 111 144 70
Binary 11001101 11111111 11111 10100 0 1011000 0 1001001 1100100 111000

Color Harmonies of #CDFF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFF1F

Black with #CDFF1F

Text Example


Text Example

White with #CDFF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFF1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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