Html Css Color HEX #CDF205 Electric Lime

📋 copy color: '#CDF205'

red 205 ◦ green 242 ◦ blue 5

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

Shades of Electric Lime #CDF205

Tints of Electric Lime #CDF205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.11%

R = 45.35%
G = 53.54%
B = 1.11%

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

#CDF205 (or 0xCDF205) is known color: Electric Lime. HEX triplet: CD, F2 and 05. RGB value is (205,242,5). Sum of RGB (Red+Green+Blue) = 205+242+5=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 5 (2.34% from 255 or 1.11% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF205 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF205 is #320DFA. Grayscale: #CCCCCC. Windows color (decimal): -3280379 or 389837. OLE color: 389837.

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

Color convert

RGB 205 242 5 -
CMYK 0.15 0 0.98 0.05
HSL 69.37º 0.96% 0.48% -
HSV(B) 69.37º 0.98% 0.95% -
XYZ 56.96 76.49 11.91 -
YUV 203.92 15.74 128.77 -
System Red Green Blue C M Y K H S L
Decimal 205 242 5 0.15 0 0.98 0.05 69.37 0.96 0.48
Hex CD F2 5 F 0 62 5 45 60 30
Octal 315 362 5 17 0 142 5 105 140 60
Binary 11001101 11110010 101 1111 0 1100010 101 1000101 1100000 110000

Color Harmonies of #CDF205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF205

Black with #CDF205

Text Example


Text Example

White with #CDF205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF205; }

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

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

background-color css

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

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

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

border-color css

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

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

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