Html Css Color HEX #38C522 Lime Green

📋 copy color: '#38C522'

red 56 ◦ green 197 ◦ blue 34

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

Shades of Lime Green #38C522

Tints of Lime Green #38C522

RGB

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

 GREEN value IS 197 (77.34% from 255) = 68.64%

 BLUE value IS 34 (13.67% from 255) = 11.85%

R = 19.51%
G = 68.64%
B = 11.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#38C522 (or 0x38C522) is known color: Lime Green. HEX triplet: 38, C5 and 22. RGB value is (56,197,34). Sum of RGB (Red+Green+Blue) = 56+197+34=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 197 (77.34% from 255 or 68.64% from 287); Blue value is 34 (13.67% from 255 or 11.85% from 287); Max value from RGB is 197 - color contains mainly: green. Hex color #38C522 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C522 is #C73ADD. Grayscale: #888888. Windows color (decimal): -13056734 or 2278712. OLE color: 2278712.

HSL color Cylindrical-coordinate representation of color #38C522: hue angle of 111.9º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #38C522 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.

Color convert

RGB 56 197 34 -
CMYK 0.72 0 0.83 0.23
HSL 111.9º 0.71% 0.45% -
HSV(B) 111.9º 0.83% 0.77% -
XYZ 21.89 40.89 8.25 -
YUV 136.26 70.29 70.75 -
System Red Green Blue C M Y K H S L
Decimal 56 197 34 0.72 0 0.83 0.23 111.9 0.71 0.45
Hex 38 C5 22 48 0 53 17 70 47 2D
Octal 70 305 42 110 0 123 27 160 107 55
Binary 111000 11000101 100010 1001000 0 1010011 10111 1110000 1000111 101101

Color Harmonies of #38C522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C522

Black with #38C522

Text Example


Text Example

White with #38C522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,197,34); }

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

background-color css

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

 a { background-color: rgb(56,197,34); }

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

border-color css

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

 span { border-color: rgb(56,197,34); }

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