Html Css Color HEX #CDF702 Electric Lime

📋 copy color: '#CDF702'

red 205 ◦ green 247 ◦ blue 2

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

Shades of Electric Lime #CDF702

Tints of Electric Lime #CDF702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 45.15%
G = 54.41%
B = 0.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#CDF702 (or 0xCDF702) is known color: Electric Lime. HEX triplet: CD, F7 and 02. RGB value is (205,247,2). Sum of RGB (Red+Green+Blue) = 205+247+2=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 247 (96.88% from 255 or 54.41% from 454); Blue value is 2 (1.17% from 255 or 0.44% from 454); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF702 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF702 is #3208FD. Grayscale: #CFCFCF. Windows color (decimal): -3279102 or 194509. OLE color: 194509.

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

Color convert

RGB 205 247 2 -
CMYK 0.17 0 0.99 0.03
HSL 70.29º 0.98% 0.49% -
HSV(B) 70.29º 0.99% 0.97% -
XYZ 58.45 79.51 12.32 -
YUV 206.51 12.59 126.92 -
System Red Green Blue C M Y K H S L
Decimal 205 247 2 0.17 0 0.99 0.03 70.29 0.98 0.49
Hex CD F7 2 11 0 63 3 46 62 31
Octal 315 367 2 21 0 143 3 106 142 61
Binary 11001101 11110111 10 10001 0 1100011 11 1000110 1100010 110001

Color Harmonies of #CDF702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF702

Black with #CDF702

Text Example


Text Example

White with #CDF702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF702; }

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

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

background-color css

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

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

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

border-color css

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

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

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