Html Css Color HEX #38C324 Lime Green

📋 copy color: '#38C324'

red 56 ◦ green 195 ◦ blue 36

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

Shades of Lime Green #38C324

Tints of Lime Green #38C324

RGB

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

 GREEN value IS 195 (76.56% from 255) = 67.94%

 BLUE value IS 36 (14.45% from 255) = 12.54%

R = 19.51%
G = 67.94%
B = 12.54%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#38C324 (or 0x38C324) is known color: Lime Green. HEX triplet: 38, C3 and 24. RGB value is (56,195,36). Sum of RGB (Red+Green+Blue) = 56+195+36=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #38C324 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C324 is #C73CDB. Grayscale: #878787. Windows color (decimal): -13057244 or 2409272. OLE color: 2409272.

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

Color convert

RGB 56 195 36 -
CMYK 0.71 0 0.82 0.24
HSL 112.45º 0.69% 0.45% -
HSV(B) 112.45º 0.82% 0.76% -
XYZ 21.46 40 8.26 -
YUV 135.31 71.95 71.43 -
System Red Green Blue C M Y K H S L
Decimal 56 195 36 0.71 0 0.82 0.24 112.45 0.69 0.45
Hex 38 C3 24 47 0 52 18 70 45 2D
Octal 70 303 44 107 0 122 30 160 105 55
Binary 111000 11000011 100100 1000111 0 1010010 11000 1110000 1000101 101101

Color Harmonies of #38C324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C324

Black with #38C324

Text Example


Text Example

White with #38C324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,195,36); }

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

background-color css

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

 a { background-color: rgb(56,195,36); }

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

border-color css

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

 span { border-color: rgb(56,195,36); }

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