Html Css Color HEX #CDF70F Electric Lime

📋 copy color: '#CDF70F'

red 205 ◦ green 247 ◦ blue 15

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

Shades of Electric Lime #CDF70F

Tints of Electric Lime #CDF70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.21%

R = 43.9%
G = 52.89%
B = 3.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#CDF70F (or 0xCDF70F) is known color: Electric Lime. HEX triplet: CD, F7 and 0F. RGB value is (205,247,15). Sum of RGB (Red+Green+Blue) = 205+247+15=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 247 (96.88% from 255 or 52.89% from 467); Blue value is 15 (6.25% from 255 or 3.21% from 467); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF70F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF70F is #3208F0. Grayscale: #D0D0D0. Windows color (decimal): -3279089 or 1046477. OLE color: 1046477.

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

Color convert

RGB 205 247 15 -
CMYK 0.17 0 0.94 0.03
HSL 70.86º 0.94% 0.51% -
HSV(B) 70.86º 0.94% 0.97% -
XYZ 58.52 79.54 12.72 -
YUV 207.99 19.09 125.86 -
System Red Green Blue C M Y K H S L
Decimal 205 247 15 0.17 0 0.94 0.03 70.86 0.94 0.51
Hex CD F7 F 11 0 5E 3 47 5E 33
Octal 315 367 17 21 0 136 3 107 136 63
Binary 11001101 11110111 1111 10001 0 1011110 11 1000111 1011110 110011

Color Harmonies of #CDF70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF70F

Black with #CDF70F

Text Example


Text Example

White with #CDF70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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