Html Css Color HEX #CDF007 Electric Lime

📋 copy color: '#CDF007'

red 205 ◦ green 240 ◦ blue 7

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

Shades of Electric Lime #CDF007

Tints of Electric Lime #CDF007

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.1%

 BLUE value IS 7 (3.13% from 255) = 1.55%

R = 45.35%
G = 53.1%
B = 1.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#CDF007 (or 0xCDF007) is known color: Electric Lime. HEX triplet: CD, F0 and 07. RGB value is (205,240,7). Sum of RGB (Red+Green+Blue) = 205+240+7=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 240 (94.14% from 255 or 53.10% from 452); Blue value is 7 (3.12% from 255 or 1.55% from 452); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF007 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF007 is #320FF8. Grayscale: #CBCBCB. Windows color (decimal): -3280889 or 520397. OLE color: 520397.

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

Color convert

RGB 205 240 7 -
CMYK 0.15 0 0.97 0.06
HSL 69.01º 0.94% 0.48% -
HSV(B) 69.01º 0.97% 0.94% -
XYZ 56.38 75.31 11.77 -
YUV 202.97 17.4 129.45 -
System Red Green Blue C M Y K H S L
Decimal 205 240 7 0.15 0 0.97 0.06 69.01 0.94 0.48
Hex CD F0 7 F 0 61 6 45 5E 30
Octal 315 360 7 17 0 141 6 105 136 60
Binary 11001101 11110000 111 1111 0 1100001 110 1000101 1011110 110000

Color Harmonies of #CDF007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF007

Black with #CDF007

Text Example


Text Example

White with #CDF007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF007; }

 p { color: rgb(205,240,7); }

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

background-color css

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

 a { background-color: rgb(205,240,7); }

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

border-color css

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

 span { border-color: rgb(205,240,7); }

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