Html Css Color HEX #38C824 Lime Green

📋 copy color: '#38C824'

red 56 ◦ green 200 ◦ blue 36

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

Shades of Lime Green #38C824

Tints of Lime Green #38C824

RGB

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

 GREEN value IS 200 (78.52% from 255) = 68.49%

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

R = 19.18%
G = 68.49%
B = 12.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#38C824 (or 0x38C824) is known color: Lime Green. HEX triplet: 38, C8 and 24. RGB value is (56,200,36). Sum of RGB (Red+Green+Blue) = 56+200+36=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 200 (78.52% from 255 or 68.49% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 200 - color contains mainly: green. Hex color #38C824 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C824 is #C737DB. Grayscale: #8A8A8A. Windows color (decimal): -13055964 or 2410552. OLE color: 2410552.

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

Color convert

RGB 56 200 36 -
CMYK 0.72 0 0.82 0.22
HSL 112.68º 0.69% 0.46% -
HSV(B) 112.68º 0.82% 0.78% -
XYZ 22.6 42.28 8.64 -
YUV 138.25 70.29 69.34 -
System Red Green Blue C M Y K H S L
Decimal 56 200 36 0.72 0 0.82 0.22 112.68 0.69 0.46
Hex 38 C8 24 48 0 52 16 71 45 2E
Octal 70 310 44 110 0 122 26 161 105 56
Binary 111000 11001000 100100 1001000 0 1010010 10110 1110001 1000101 101110

Color Harmonies of #38C824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C824

Black with #38C824

Text Example


Text Example

White with #38C824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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