Html Css Color HEX #CDF602 Electric Lime

📋 copy color: '#CDF602'

red 205 ◦ green 246 ◦ blue 2

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

Shades of Electric Lime #CDF602

Tints of Electric Lime #CDF602

RGB

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

 GREEN value IS 246 (96.48% from 255) = 54.3%

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

R = 45.25%
G = 54.3%
B = 0.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#CDF602 (or 0xCDF602) is known color: Electric Lime. HEX triplet: CD, F6 and 02. RGB value is (205,246,2). Sum of RGB (Red+Green+Blue) = 205+246+2=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 246 (96.48% from 255 or 54.30% from 453); Blue value is 2 (1.17% from 255 or 0.44% from 453); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF602 is #3209FD. Grayscale: #CECECE. Windows color (decimal): -3279358 or 194253. OLE color: 194253.

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

Color convert

RGB 205 246 2 -
CMYK 0.17 0 0.99 0.04
HSL 70.08º 0.98% 0.49% -
HSV(B) 70.08º 0.99% 0.96% -
XYZ 58.14 78.9 12.22 -
YUV 205.93 12.92 127.34 -
System Red Green Blue C M Y K H S L
Decimal 205 246 2 0.17 0 0.99 0.04 70.08 0.98 0.49
Hex CD F6 2 11 0 63 4 46 62 31
Octal 315 366 2 21 0 143 4 106 142 61
Binary 11001101 11110110 10 10001 0 1100011 100 1000110 1100010 110001

Color Harmonies of #CDF602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF602

Black with #CDF602

Text Example


Text Example

White with #CDF602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF602; }

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

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

background-color css

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

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

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

border-color css

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

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

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