Html Css Color HEX #CDF207 Electric Lime

📋 copy color: '#CDF207'

red 205 ◦ green 242 ◦ blue 7

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

Shades of Electric Lime #CDF207

Tints of Electric Lime #CDF207

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.3%

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

R = 45.15%
G = 53.3%
B = 1.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#CDF207 (or 0xCDF207) is known color: Electric Lime. HEX triplet: CD, F2 and 07. RGB value is (205,242,7). Sum of RGB (Red+Green+Blue) = 205+242+7=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 242 (94.92% from 255 or 53.30% from 454); Blue value is 7 (3.12% from 255 or 1.54% from 454); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF207 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF207 is #320DF8. Grayscale: #CDCDCD. Windows color (decimal): -3280377 or 520909. OLE color: 520909.

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

Color convert

RGB 205 242 7 -
CMYK 0.15 0 0.97 0.05
HSL 69.45º 0.94% 0.49% -
HSV(B) 69.45º 0.97% 0.95% -
XYZ 56.97 76.5 11.96 -
YUV 204.15 16.74 128.61 -
System Red Green Blue C M Y K H S L
Decimal 205 242 7 0.15 0 0.97 0.05 69.45 0.94 0.49
Hex CD F2 7 F 0 61 5 45 5E 31
Octal 315 362 7 17 0 141 5 105 136 61
Binary 11001101 11110010 111 1111 0 1100001 101 1000101 1011110 110001

Color Harmonies of #CDF207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF207

Black with #CDF207

Text Example


Text Example

White with #CDF207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF207; }

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

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

background-color css

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

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

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

border-color css

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

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

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