Html Css Color HEX #CDF700 Electric Lime

📋 copy color: '#CDF700'

red 205 ◦ green 247 ◦ blue 0

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

Shades of Electric Lime #CDF700

Tints of Electric Lime #CDF700

RGB

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

 GREEN value IS 247 (96.88% from 255) = 54.65%

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

R = 45.35%
G = 54.65%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#CDF700 (or 0xCDF700) is known color: Electric Lime. HEX triplet: CD, F7 and 00. RGB value is (205,247,0). Sum of RGB (Red+Green+Blue) = 205+247+0=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 247 (96.88% from 255 or 54.65% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF700 is #3208FF. Grayscale: #CFCFCF. Windows color (decimal): -3279104 or 63437. OLE color: 63437.

HSL color Cylindrical-coordinate representation of color #CDF700: hue angle of 70.2º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CDF700 is Cyan = 0.17, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.

Color convert

RGB 205 247 0 -
CMYK 0.17 0 1 0.03
HSL 70.2º 1% 0.48% -
HSV(B) 70.2º 1% 0.97% -
XYZ 58.44 79.5 12.27 -
YUV 206.28 11.59 127.08 -
System Red Green Blue C M Y K H S L
Decimal 205 247 0 0.17 0 1 0.03 70.2 1 0.48
Hex CD F7 0 11 0 64 3 46 64 30
Octal 315 367 0 21 0 144 3 106 144 60
Binary 11001101 11110111 0 10001 0 1100100 11 1000110 1100100 110000

Color Harmonies of #CDF700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF700

Black with #CDF700

Text Example


Text Example

White with #CDF700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF700; }

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

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

background-color css

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

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

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

border-color css

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

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

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