Html Css Color HEX #38C22A Lime Green

📋 copy color: '#38C22A'

red 56 ◦ green 194 ◦ blue 42

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

Shades of Lime Green #38C22A

Tints of Lime Green #38C22A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 66.44%

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

R = 19.18%
G = 66.44%
B = 14.38%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#38C22A (or 0x38C22A) is known color: Lime Green. HEX triplet: 38, C2 and 2A. RGB value is (56,194,42). Sum of RGB (Red+Green+Blue) = 56+194+42=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 194 (76.17% from 255 or 66.44% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 194 - color contains mainly: green. Hex color #38C22A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C22A is #C73DD5. Grayscale: #878787. Windows color (decimal): -13057494 or 2802232. OLE color: 2802232.

HSL color Cylindrical-coordinate representation of color #38C22A: hue angle of 114.47º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38C22A is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 194 42 -
CMYK 0.71 0 0.78 0.24
HSL 114.47º 0.64% 0.46% -
HSV(B) 114.47º 0.78% 0.76% -
XYZ 21.34 39.59 8.71 -
YUV 135.41 75.28 71.36 -
System Red Green Blue C M Y K H S L
Decimal 56 194 42 0.71 0 0.78 0.24 114.47 0.64 0.46
Hex 38 C2 2A 47 0 4E 18 72 40 2E
Octal 70 302 52 107 0 116 30 162 100 56
Binary 111000 11000010 101010 1000111 0 1001110 11000 1110010 1000000 101110

Color Harmonies of #38C22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C22A

Black with #38C22A

Text Example


Text Example

White with #38C22A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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