Html Css Color HEX #28DE35 Lime Green

📋 copy color: '#28DE35'

red 40 ◦ green 222 ◦ blue 53

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

Shades of Lime Green #28DE35

Tints of Lime Green #28DE35

RGB

 RED value IS 40 (16.02% from 255) = 12.7%

 GREEN value IS 222 (87.11% from 255) = 70.48%

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 12.7%
G = 70.48%
B = 16.83%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#28DE35 (or 0x28DE35) is known color: Lime Green. HEX triplet: 28, DE and 35. RGB value is (40,222,53). Sum of RGB (Red+Green+Blue) = 40+222+53=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 222 (87.11% from 255 or 70.48% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 222 - color contains mainly: green. Hex color #28DE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28DE35 is #D721CA. Grayscale: #949494. Windows color (decimal): -14098891 or 3530280. OLE color: 3530280.

HSL color Cylindrical-coordinate representation of color #28DE35: hue angle of 124.29º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28DE35 is Cyan = 0.82, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 40 222 53 -
CMYK 0.82 0 0.76 0.13
HSL 124.29º 0.73% 0.51% -
HSV(B) 124.29º 0.82% 0.87% -
XYZ 27.64 52.95 12.13 -
YUV 148.32 74.2 50.74 -
System Red Green Blue C M Y K H S L
Decimal 40 222 53 0.82 0 0.76 0.13 124.29 0.73 0.51
Hex 28 DE 35 52 0 4C D 7C 49 33
Octal 50 336 65 122 0 114 15 174 111 63
Binary 101000 11011110 110101 1010010 0 1001100 1101 1111100 1001001 110011

Color Harmonies of #28DE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28DE35

Black with #28DE35

Text Example


Text Example

White with #28DE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28DE35; }

 p { color: rgb(40,222,53); }

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

background-color css

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

 a { background-color: rgb(40,222,53); }

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

border-color css

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

 span { border-color: rgb(40,222,53); }

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