Html Css Color HEX #38C22B Lime Green

📋 copy color: '#38C22B'

red 56 ◦ green 194 ◦ blue 43

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

Shades of Lime Green #38C22B

Tints of Lime Green #38C22B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.68%

R = 19.11%
G = 66.21%
B = 14.68%

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

#38C22B (or 0x38C22B) is known color: Lime Green. HEX triplet: 38, C2 and 2B. RGB value is (56,194,43). Sum of RGB (Red+Green+Blue) = 56+194+43=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 194 (76.17% from 255 or 66.21% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 194 - color contains mainly: green. Hex color #38C22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C22B is #C73DD4. Grayscale: #878787. Windows color (decimal): -13057493 or 2867768. OLE color: 2867768.

HSL color Cylindrical-coordinate representation of color #38C22B: hue angle of 114.83º 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 #38C22B is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 194 43 -
CMYK 0.71 0 0.78 0.24
HSL 114.83º 0.64% 0.46% -
HSV(B) 114.83º 0.78% 0.76% -
XYZ 21.36 39.6 8.8 -
YUV 135.52 75.78 71.28 -
System Red Green Blue C M Y K H S L
Decimal 56 194 43 0.71 0 0.78 0.24 114.83 0.64 0.46
Hex 38 C2 2B 47 0 4E 18 73 40 2E
Octal 70 302 53 107 0 116 30 163 100 56
Binary 111000 11000010 101011 1000111 0 1001110 11000 1110011 1000000 101110

Color Harmonies of #38C22B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C22B

Black with #38C22B

Text Example


Text Example

White with #38C22B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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