Html Css Color HEX #28EE3D Lime Green

📋 copy color: '#28EE3D'

red 40 ◦ green 238 ◦ blue 61

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

Shades of Lime Green #28EE3D

Tints of Lime Green #28EE3D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 70.21%

 BLUE value IS 61 (24.22% from 255) = 17.99%

R = 11.8%
G = 70.21%
B = 17.99%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#28EE3D (or 0x28EE3D) is known color: Lime Green. HEX triplet: 28, EE and 3D. RGB value is (40,238,61). Sum of RGB (Red+Green+Blue) = 40+238+61=339 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.80% from 339); Green value is 238 (93.36% from 255 or 70.21% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 238 - color contains mainly: green. Hex color #28EE3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #28EE3D is #D711C2. Grayscale: #9F9F9F. Windows color (decimal): -14094787 or 4058664. OLE color: 4058664.

HSL color Cylindrical-coordinate representation of color #28EE3D: hue angle of 126.36º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #28EE3D is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 40 238 61 -
CMYK 0.83 0 0.74 0.07
HSL 126.36º 0.85% 0.55% -
HSV(B) 126.36º 0.83% 0.93% -
XYZ 32.29 61.94 14.67 -
YUV 158.62 72.9 43.39 -
System Red Green Blue C M Y K H S L
Decimal 40 238 61 0.83 0 0.74 0.07 126.36 0.85 0.55
Hex 28 EE 3D 53 0 4A 7 7E 55 37
Octal 50 356 75 123 0 112 7 176 125 67
Binary 101000 11101110 111101 1010011 0 1001010 111 1111110 1010101 110111

Color Harmonies of #28EE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28EE3D

Black with #28EE3D

Text Example


Text Example

White with #28EE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,238,61); }

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

background-color css

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

 a { background-color: rgb(40,238,61); }

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

border-color css

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

 span { border-color: rgb(40,238,61); }

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