Html Css Color HEX #CDF802 Electric Lime

📋 copy color: '#CDF802'

red 205 ◦ green 248 ◦ blue 2

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

Shades of Electric Lime #CDF802

Tints of Electric Lime #CDF802

RGB

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

 GREEN value IS 248 (97.27% from 255) = 54.51%

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

R = 45.05%
G = 54.51%
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

#CDF802 (or 0xCDF802) is known color: Electric Lime. HEX triplet: CD, F8 and 02. RGB value is (205,248,2). Sum of RGB (Red+Green+Blue) = 205+248+2=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 248 (97.27% from 255 or 54.51% from 455); Blue value is 2 (1.17% from 255 or 0.44% from 455); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF802 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF802 is #3207FD. Grayscale: #D0D0D0. Windows color (decimal): -3278846 or 194765. OLE color: 194765.

HSL color Cylindrical-coordinate representation of color #CDF802: hue angle of 70.49º 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 #CDF802 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 205 248 2 -
CMYK 0.17 0 0.99 0.03
HSL 70.49º 0.98% 0.49% -
HSV(B) 70.49º 0.99% 0.97% -
XYZ 58.76 80.12 12.43 -
YUV 207.1 12.25 126.5 -
System Red Green Blue C M Y K H S L
Decimal 205 248 2 0.17 0 0.99 0.03 70.49 0.98 0.49
Hex CD F8 2 11 0 63 3 46 62 31
Octal 315 370 2 21 0 143 3 106 142 61
Binary 11001101 11111000 10 10001 0 1100011 11 1000110 1100010 110001

Color Harmonies of #CDF802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF802

Black with #CDF802

Text Example


Text Example

White with #CDF802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF802; }

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

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

background-color css

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

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

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

border-color css

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

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

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