Html Css Color HEX #CDF206 Electric Lime

📋 copy color: '#CDF206'

red 205 ◦ green 242 ◦ blue 6

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

Shades of Electric Lime #CDF206

Tints of Electric Lime #CDF206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 45.25%
G = 53.42%
B = 1.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#CDF206 (or 0xCDF206) is known color: Electric Lime. HEX triplet: CD, F2 and 06. RGB value is (205,242,6). Sum of RGB (Red+Green+Blue) = 205+242+6=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 242 (94.92% from 255 or 53.42% from 453); Blue value is 6 (2.73% from 255 or 1.32% from 453); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF206 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF206 is #320DF9. Grayscale: #CCCCCC. Windows color (decimal): -3280378 or 455373. OLE color: 455373.

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

Color convert

RGB 205 242 6 -
CMYK 0.15 0 0.98 0.05
HSL 69.41º 0.95% 0.49% -
HSV(B) 69.41º 0.98% 0.95% -
XYZ 56.96 76.5 11.94 -
YUV 204.03 16.24 128.69 -
System Red Green Blue C M Y K H S L
Decimal 205 242 6 0.15 0 0.98 0.05 69.41 0.95 0.49
Hex CD F2 6 F 0 62 5 45 5F 31
Octal 315 362 6 17 0 142 5 105 137 61
Binary 11001101 11110010 110 1111 0 1100010 101 1000101 1011111 110001

Color Harmonies of #CDF206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF206

Black with #CDF206

Text Example


Text Example

White with #CDF206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF206; }

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

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

background-color css

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

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

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

border-color css

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

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

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