Html Css Color HEX #CDF100 Electric Lime

📋 copy color: '#CDF100'

red 205 ◦ green 241 ◦ blue 0

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

Shades of Electric Lime #CDF100

Tints of Electric Lime #CDF100

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.96%
G = 54.04%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#CDF100 (or 0xCDF100) is known color: Electric Lime. HEX triplet: CD, F1 and 00. RGB value is (205,241,0). Sum of RGB (Red+Green+Blue) = 205+241+0=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 241 (94.53% from 255 or 54.04% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF100 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF100 is #320EFF. Grayscale: #CBCBCB. Windows color (decimal): -3280640 or 61901. OLE color: 61901.

HSL color Cylindrical-coordinate representation of color #CDF100: hue angle of 68.96º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDF100 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 241 0 -
CMYK 0.15 0 1 0.05
HSL 68.96º 1% 0.47% -
HSV(B) 68.96º 1% 0.95% -
XYZ 56.63 75.89 11.66 -
YUV 202.76 13.57 129.6 -
System Red Green Blue C M Y K H S L
Decimal 205 241 0 0.15 0 1 0.05 68.96 1 0.47
Hex CD F1 0 F 0 64 5 45 64 2F
Octal 315 361 0 17 0 144 5 105 144 57
Binary 11001101 11110001 0 1111 0 1100100 101 1000101 1100100 101111

Color Harmonies of #CDF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF100

Black with #CDF100

Text Example


Text Example

White with #CDF100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF100; }

 p { color: rgb(205,241,0); }

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

background-color css

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

 a { background-color: rgb(205,241,0); }

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

border-color css

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

 span { border-color: rgb(205,241,0); }

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