Html Css Color HEX #38E62D Lime Green

📋 copy color: '#38E62D'

red 56 ◦ green 230 ◦ blue 45

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

Shades of Lime Green #38E62D

Tints of Lime Green #38E62D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 69.49%

 BLUE value IS 45 (17.97% from 255) = 13.6%

R = 16.92%
G = 69.49%
B = 13.6%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#38E62D (or 0x38E62D) is known color: Lime Green. HEX triplet: 38, E6 and 2D. RGB value is (56,230,45). Sum of RGB (Red+Green+Blue) = 56+230+45=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 230 (90.23% from 255 or 69.49% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 230 - color contains mainly: green. Hex color #38E62D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E62D is #C719D2. Grayscale: #9D9D9D. Windows color (decimal): -13048275 or 3008056. OLE color: 3008056.

HSL color Cylindrical-coordinate representation of color #38E62D: hue angle of 116.43º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38E62D is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 56 230 45 -
CMYK 0.76 0 0.80 0.10
HSL 116.43º 0.79% 0.54% -
HSV(B) 116.43º 0.8% 0.9% -
XYZ 30.4 57.62 12 -
YUV 156.88 64.85 56.04 -
System Red Green Blue C M Y K H S L
Decimal 56 230 45 0.76 0 0.80 0.10 116.43 0.79 0.54
Hex 38 E6 2D 4C 0 50 A 74 4F 36
Octal 70 346 55 114 0 120 12 164 117 66
Binary 111000 11100110 101101 1001100 0 1010000 1010 1110100 1001111 110110

Color Harmonies of #38E62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E62D

Black with #38E62D

Text Example


Text Example

White with #38E62D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,230,45); }

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

background-color css

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

 a { background-color: rgb(56,230,45); }

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

border-color css

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

 span { border-color: rgb(56,230,45); }

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