Html Css Color HEX #CDFB11 Electric Lime

📋 copy color: '#CDFB11'

red 205 ◦ green 251 ◦ blue 17

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

Shades of Electric Lime #CDFB11

Tints of Electric Lime #CDFB11

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.07%

 BLUE value IS 17 (7.03% from 255) = 3.59%

R = 43.34%
G = 53.07%
B = 3.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#CDFB11 (or 0xCDFB11) is known color: Electric Lime. HEX triplet: CD, FB and 11. RGB value is (205,251,17). Sum of RGB (Red+Green+Blue) = 205+251+17=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 17 (7.03% from 255 or 3.59% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFB11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDFB11 is #3204EE. Grayscale: #D3D3D3. Windows color (decimal): -3278063 or 1178573. OLE color: 1178573.

HSL color Cylindrical-coordinate representation of color #CDFB11: hue angle of 71.79º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CDFB11 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 251 17 -
CMYK 0.18 0 0.93 0.02
HSL 71.79º 0.97% 0.53% -
HSV(B) 71.79º 0.93% 0.98% -
XYZ 59.78 82.01 13.21 -
YUV 210.57 18.76 124.03 -
System Red Green Blue C M Y K H S L
Decimal 205 251 17 0.18 0 0.93 0.02 71.79 0.97 0.53
Hex CD FB 11 12 0 5D 2 48 61 35
Octal 315 373 21 22 0 135 2 110 141 65
Binary 11001101 11111011 10001 10010 0 1011101 10 1001000 1100001 110101

Color Harmonies of #CDFB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDFB11

Black with #CDFB11

Text Example


Text Example

White with #CDFB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDFB11; }

 p { color: rgb(205,251,17); }

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

background-color css

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

 a { background-color: rgb(205,251,17); }

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

border-color css

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

 span { border-color: rgb(205,251,17); }

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