Html Css Color HEX #38EB28 Lime Green

📋 copy color: '#38EB28'

red 56 ◦ green 235 ◦ blue 40

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

Shades of Lime Green #38EB28

Tints of Lime Green #38EB28

RGB

 RED value IS 56 (22.27% from 255) = 16.92%

 GREEN value IS 235 (92.19% from 255) = 71%

 BLUE value IS 40 (16.02% from 255) = 12.08%

R = 16.92%
G = 71%
B = 12.08%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#38EB28 (or 0x38EB28) is known color: Lime Green. HEX triplet: 38, EB and 28. RGB value is (56,235,40). Sum of RGB (Red+Green+Blue) = 56+235+40=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 235 (92.19% from 255 or 71.00% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 235 - color contains mainly: green. Hex color #38EB28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EB28 is #C714D7. Grayscale: #9F9F9F. Windows color (decimal): -13047000 or 2681656. OLE color: 2681656.

HSL color Cylindrical-coordinate representation of color #38EB28: hue angle of 115.08º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #38EB28 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 235 40 -
CMYK 0.76 0 0.83 0.08
HSL 115.08º 0.83% 0.54% -
HSV(B) 115.08º 0.83% 0.92% -
XYZ 31.72 60.41 12 -
YUV 159.25 60.7 54.36 -
System Red Green Blue C M Y K H S L
Decimal 56 235 40 0.76 0 0.83 0.08 115.08 0.83 0.54
Hex 38 EB 28 4C 0 53 8 73 53 36
Octal 70 353 50 114 0 123 10 163 123 66
Binary 111000 11101011 101000 1001100 0 1010011 1000 1110011 1010011 110110

Color Harmonies of #38EB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EB28

Black with #38EB28

Text Example


Text Example

White with #38EB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38EB28; }

 p { color: rgb(56,235,40); }

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

background-color css

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

 a { background-color: rgb(56,235,40); }

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

border-color css

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

 span { border-color: rgb(56,235,40); }

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