Html Css Color HEX #38C92C Lime Green

📋 copy color: '#38C92C'

red 56 ◦ green 201 ◦ blue 44

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

Shades of Lime Green #38C92C

Tints of Lime Green #38C92C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 66.78%

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 18.6%
G = 66.78%
B = 14.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#38C92C (or 0x38C92C) is known color: Lime Green. HEX triplet: 38, C9 and 2C. RGB value is (56,201,44). Sum of RGB (Red+Green+Blue) = 56+201+44=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 201 (78.91% from 255 or 66.78% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 201 - color contains mainly: green. Hex color #38C92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C92C is #C736D3. Grayscale: #8C8C8C. Windows color (decimal): -13055700 or 2935096. OLE color: 2935096.

HSL color Cylindrical-coordinate representation of color #38C92C: hue angle of 115.41º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38C92C is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 201 44 -
CMYK 0.72 0 0.78 0.21
HSL 115.41º 0.64% 0.48% -
HSV(B) 115.41º 0.78% 0.79% -
XYZ 22.97 42.8 9.43 -
YUV 139.75 73.96 68.27 -
System Red Green Blue C M Y K H S L
Decimal 56 201 44 0.72 0 0.78 0.21 115.41 0.64 0.48
Hex 38 C9 2C 48 0 4E 15 73 40 30
Octal 70 311 54 110 0 116 25 163 100 60
Binary 111000 11001001 101100 1001000 0 1001110 10101 1110011 1000000 110000

Color Harmonies of #38C92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C92C

Black with #38C92C

Text Example


Text Example

White with #38C92C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,201,44); }

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

background-color css

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

 a { background-color: rgb(56,201,44); }

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

border-color css

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

 span { border-color: rgb(56,201,44); }

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