Html Css Color HEX #38EA2A Lime Green

📋 copy color: '#38EA2A'

red 56 ◦ green 234 ◦ blue 42

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

Shades of Lime Green #38EA2A

Tints of Lime Green #38EA2A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 70.48%

 BLUE value IS 42 (16.8% from 255) = 12.65%

R = 16.87%
G = 70.48%
B = 12.65%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#38EA2A (or 0x38EA2A) is known color: Lime Green. HEX triplet: 38, EA and 2A. RGB value is (56,234,42). Sum of RGB (Red+Green+Blue) = 56+234+42=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 234 (91.80% from 255 or 70.48% from 332); Blue value is 42 (16.80% from 255 or 12.65% from 332); Max value from RGB is 234 - color contains mainly: green. Hex color #38EA2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38EA2A is #C715D5. Grayscale: #9F9F9F. Windows color (decimal): -13047254 or 2812472. OLE color: 2812472.

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

Color convert

RGB 56 234 42 -
CMYK 0.76 0 0.82 0.08
HSL 115.63º 0.82% 0.54% -
HSV(B) 115.63º 0.82% 0.92% -
XYZ 31.47 59.85 12.08 -
YUV 158.89 62.03 54.61 -
System Red Green Blue C M Y K H S L
Decimal 56 234 42 0.76 0 0.82 0.08 115.63 0.82 0.54
Hex 38 EA 2A 4C 0 52 8 74 52 36
Octal 70 352 52 114 0 122 10 164 122 66
Binary 111000 11101010 101010 1001100 0 1010010 1000 1110100 1010010 110110

Color Harmonies of #38EA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38EA2A

Black with #38EA2A

Text Example


Text Example

White with #38EA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,234,42); }

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

background-color css

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

 a { background-color: rgb(56,234,42); }

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

border-color css

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

 span { border-color: rgb(56,234,42); }

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