Html Css Color HEX #38BB40 Lime Green

📋 copy color: '#38BB40'

red 56 ◦ green 187 ◦ blue 64

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

Shades of Lime Green #38BB40

Tints of Lime Green #38BB40

RGB

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

 GREEN value IS 187 (73.44% from 255) = 60.91%

 BLUE value IS 64 (25.39% from 255) = 20.85%

R = 18.24%
G = 60.91%
B = 20.85%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#38BB40 (or 0x38BB40) is known color: Lime Green. HEX triplet: 38, BB and 40. RGB value is (56,187,64). Sum of RGB (Red+Green+Blue) = 56+187+64=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 187 (73.44% from 255 or 60.91% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 187 - color contains mainly: green. Hex color #38BB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BB40 is #C744BF. Grayscale: #868686. Windows color (decimal): -13059264 or 4242232. OLE color: 4242232.

HSL color Cylindrical-coordinate representation of color #38BB40: hue angle of 123.66º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BB40 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 187 64 -
CMYK 0.70 0 0.66 0.27
HSL 123.66º 0.54% 0.48% -
HSV(B) 123.66º 0.7% 0.73% -
XYZ 20.33 36.75 10.87 -
YUV 133.81 88.6 72.5 -
System Red Green Blue C M Y K H S L
Decimal 56 187 64 0.70 0 0.66 0.27 123.66 0.54 0.48
Hex 38 BB 40 46 0 42 1B 7C 36 30
Octal 70 273 100 106 0 102 33 174 66 60
Binary 111000 10111011 1000000 1000110 0 1000010 11011 1111100 110110 110000

Color Harmonies of #38BB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BB40

Black with #38BB40

Text Example


Text Example

White with #38BB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,187,64); }

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

background-color css

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

 a { background-color: rgb(56,187,64); }

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

border-color css

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

 span { border-color: rgb(56,187,64); }

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