Html Css Color HEX #38D52E Lime Green

📋 copy color: '#38D52E'

red 56 ◦ green 213 ◦ blue 46

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

Shades of Lime Green #38D52E

Tints of Lime Green #38D52E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 67.62%

 BLUE value IS 46 (18.36% from 255) = 14.6%

R = 17.78%
G = 67.62%
B = 14.6%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#38D52E (or 0x38D52E) is known color: Lime Green. HEX triplet: 38, D5 and 2E. RGB value is (56,213,46). Sum of RGB (Red+Green+Blue) = 56+213+46=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 213 (83.59% from 255 or 67.62% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 213 - color contains mainly: green. Hex color #38D52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D52E is #C72AD1. Grayscale: #939393. Windows color (decimal): -13052626 or 3069240. OLE color: 3069240.

HSL color Cylindrical-coordinate representation of color #38D52E: hue angle of 116.41º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38D52E is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 213 46 -
CMYK 0.74 0 0.78 0.16
HSL 116.41º 0.67% 0.51% -
HSV(B) 116.41º 0.78% 0.84% -
XYZ 25.92 48.63 10.6 -
YUV 147.02 70.99 63.08 -
System Red Green Blue C M Y K H S L
Decimal 56 213 46 0.74 0 0.78 0.16 116.41 0.67 0.51
Hex 38 D5 2E 4A 0 4E 10 74 43 33
Octal 70 325 56 112 0 116 20 164 103 63
Binary 111000 11010101 101110 1001010 0 1001110 10000 1110100 1000011 110011

Color Harmonies of #38D52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D52E

Black with #38D52E

Text Example


Text Example

White with #38D52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,213,46); }

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

background-color css

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

 a { background-color: rgb(56,213,46); }

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

border-color css

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

 span { border-color: rgb(56,213,46); }

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