Html Css Color HEX #38C73E Lime Green

📋 copy color: '#38C73E'

red 56 ◦ green 199 ◦ blue 62

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

Shades of Lime Green #38C73E

Tints of Lime Green #38C73E

RGB

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

 GREEN value IS 199 (78.13% from 255) = 62.78%

 BLUE value IS 62 (24.61% from 255) = 19.56%

R = 17.67%
G = 62.78%
B = 19.56%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#38C73E (or 0x38C73E) is known color: Lime Green. HEX triplet: 38, C7 and 3E. RGB value is (56,199,62). Sum of RGB (Red+Green+Blue) = 56+199+62=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 199 (78.12% from 255 or 62.78% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 199 - color contains mainly: green. Hex color #38C73E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C73E is #C738C1. Grayscale: #8D8D8D. Windows color (decimal): -13056194 or 4114232. OLE color: 4114232.

HSL color Cylindrical-coordinate representation of color #38C73E: hue angle of 122.52º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C73E is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 56 199 62 -
CMYK 0.72 0 0.69 0.22
HSL 122.52º 0.56% 0.5% -
HSV(B) 122.52º 0.72% 0.78% -
XYZ 22.92 42.04 11.46 -
YUV 140.63 83.62 67.64 -
System Red Green Blue C M Y K H S L
Decimal 56 199 62 0.72 0 0.69 0.22 122.52 0.56 0.5
Hex 38 C7 3E 48 0 45 16 7B 38 32
Octal 70 307 76 110 0 105 26 173 70 62
Binary 111000 11000111 111110 1001000 0 1000101 10110 1111011 111000 110010

Color Harmonies of #38C73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C73E

Black with #38C73E

Text Example


Text Example

White with #38C73E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,199,62); }

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

background-color css

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

 a { background-color: rgb(56,199,62); }

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

border-color css

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

 span { border-color: rgb(56,199,62); }

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