Html Css Color HEX #CDF900 Electric Lime

📋 copy color: '#CDF900'

red 205 ◦ green 249 ◦ blue 0

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

Shades of Electric Lime #CDF900

Tints of Electric Lime #CDF900

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.85%

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

R = 45.15%
G = 54.85%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#CDF900 (or 0xCDF900) is known color: Electric Lime. HEX triplet: CD, F9 and 00. RGB value is (205,249,0). Sum of RGB (Red+Green+Blue) = 205+249+0=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 249 (97.66% from 255 or 54.85% from 454); Blue value is 0 (0.39% from 255 or 0% from 454); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF900 is #3206FF. Grayscale: #D0D0D0. Windows color (decimal): -3278592 or 63949. OLE color: 63949.

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

Color convert

RGB 205 249 0 -
CMYK 0.18 0 1 0.02
HSL 70.6º 1% 0.49% -
HSV(B) 70.6º 1% 0.98% -
XYZ 59.05 80.73 12.47 -
YUV 207.46 10.92 126.25 -
System Red Green Blue C M Y K H S L
Decimal 205 249 0 0.18 0 1 0.02 70.6 1 0.49
Hex CD F9 0 12 0 64 2 47 64 31
Octal 315 371 0 22 0 144 2 107 144 61
Binary 11001101 11111001 0 10010 0 1100100 10 1000111 1100100 110001

Color Harmonies of #CDF900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF900

Black with #CDF900

Text Example


Text Example

White with #CDF900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF900; }

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

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

background-color css

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

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

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

border-color css

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

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

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