Html Css Color HEX #38E02C Lime Green

📋 copy color: '#38E02C'

red 56 ◦ green 224 ◦ blue 44

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

Shades of Lime Green #38E02C

Tints of Lime Green #38E02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.58%

R = 17.28%
G = 69.14%
B = 13.58%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#38E02C (or 0x38E02C) is known color: Lime Green. HEX triplet: 38, E0 and 2C. RGB value is (56,224,44). Sum of RGB (Red+Green+Blue) = 56+224+44=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 224 (87.89% from 255 or 69.14% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 224 - color contains mainly: green. Hex color #38E02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38E02C is #C71FD3. Grayscale: #999999. Windows color (decimal): -13049812 or 2940984. OLE color: 2940984.

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

Color convert

RGB 56 224 44 -
CMYK 0.75 0 0.80 0.12
HSL 116º 0.74% 0.53% -
HSV(B) 116º 0.8% 0.88% -
XYZ 28.74 54.33 11.36 -
YUV 153.25 66.34 58.64 -
System Red Green Blue C M Y K H S L
Decimal 56 224 44 0.75 0 0.80 0.12 116 0.74 0.53
Hex 38 E0 2C 4B 0 50 C 74 4A 35
Octal 70 340 54 113 0 120 14 164 112 65
Binary 111000 11100000 101100 1001011 0 1010000 1100 1110100 1001010 110101

Color Harmonies of #38E02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E02C

Black with #38E02C

Text Example


Text Example

White with #38E02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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