Html Css Color HEX #CDF203 Electric Lime

📋 copy color: '#CDF203'

red 205 ◦ green 242 ◦ blue 3

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

Shades of Electric Lime #CDF203

Tints of Electric Lime #CDF203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.67%

R = 45.56%
G = 53.78%
B = 0.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#CDF203 (or 0xCDF203) is known color: Electric Lime. HEX triplet: CD, F2 and 03. RGB value is (205,242,3). Sum of RGB (Red+Green+Blue) = 205+242+3=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 3 (1.56% from 255 or 0.67% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF203 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF203 is #320DFC. Grayscale: #CCCCCC. Windows color (decimal): -3280381 or 258765. OLE color: 258765.

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

Color convert

RGB 205 242 3 -
CMYK 0.15 0 0.99 0.05
HSL 69.29º 0.98% 0.48% -
HSV(B) 69.29º 0.99% 0.95% -
XYZ 56.95 76.49 11.85 -
YUV 203.69 14.74 128.93 -
System Red Green Blue C M Y K H S L
Decimal 205 242 3 0.15 0 0.99 0.05 69.29 0.98 0.48
Hex CD F2 3 F 0 63 5 45 62 30
Octal 315 362 3 17 0 143 5 105 142 60
Binary 11001101 11110010 11 1111 0 1100011 101 1000101 1100010 110000

Color Harmonies of #CDF203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF203

Black with #CDF203

Text Example


Text Example

White with #CDF203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF203; }

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

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

background-color css

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

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

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

border-color css

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

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

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