Html Css Color HEX #38E02B Lime Green

📋 copy color: '#38E02B'

red 56 ◦ green 224 ◦ blue 43

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

Shades of Lime Green #38E02B

Tints of Lime Green #38E02B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 69.35%

 BLUE value IS 43 (17.19% from 255) = 13.31%

R = 17.34%
G = 69.35%
B = 13.31%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#38E02B (or 0x38E02B) is known color: Lime Green. HEX triplet: 38, E0 and 2B. RGB value is (56,224,43). Sum of RGB (Red+Green+Blue) = 56+224+43=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 224 (87.89% from 255 or 69.35% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 224 - color contains mainly: green. Hex color #38E02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E02B is #C71FD4. Grayscale: #999999. Windows color (decimal): -13049813 or 2875448. OLE color: 2875448.

HSL color Cylindrical-coordinate representation of color #38E02B: hue angle of 115.69º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38E02B is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 224 43 -
CMYK 0.75 0 0.81 0.12
HSL 115.69º 0.74% 0.52% -
HSV(B) 115.69º 0.81% 0.88% -
XYZ 28.72 54.33 11.26 -
YUV 153.13 65.84 58.72 -
System Red Green Blue C M Y K H S L
Decimal 56 224 43 0.75 0 0.81 0.12 115.69 0.74 0.52
Hex 38 E0 2B 4B 0 51 C 74 4A 34
Octal 70 340 53 113 0 121 14 164 112 64
Binary 111000 11100000 101011 1001011 0 1010001 1100 1110100 1001010 110100

Color Harmonies of #38E02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E02B

Black with #38E02B

Text Example


Text Example

White with #38E02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,224,43); }

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

background-color css

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

 a { background-color: rgb(56,224,43); }

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

border-color css

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

 span { border-color: rgb(56,224,43); }

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