Html Css Color HEX #38D221 Lime Green

📋 copy color: '#38D221'

red 56 ◦ green 210 ◦ blue 33

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

Shades of Lime Green #38D221

Tints of Lime Green #38D221

RGB

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

 GREEN value IS 210 (82.42% from 255) = 70.23%

 BLUE value IS 33 (13.28% from 255) = 11.04%

R = 18.73%
G = 70.23%
B = 11.04%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#38D221 (or 0x38D221) is known color: Lime Green. HEX triplet: 38, D2 and 21. RGB value is (56,210,33). Sum of RGB (Red+Green+Blue) = 56+210+33=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 210 (82.42% from 255 or 70.23% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 210 - color contains mainly: green. Hex color #38D221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D221 is #C72DDE. Grayscale: #909090. Windows color (decimal): -13053407 or 2216504. OLE color: 2216504.

HSL color Cylindrical-coordinate representation of color #38D221: hue angle of 112.2º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38D221 is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 210 33 -
CMYK 0.73 0 0.84 0.18
HSL 112.2º 0.73% 0.48% -
HSV(B) 112.2º 0.84% 0.82% -
XYZ 24.95 47.04 9.2 -
YUV 143.78 65.48 65.39 -
System Red Green Blue C M Y K H S L
Decimal 56 210 33 0.73 0 0.84 0.18 112.2 0.73 0.48
Hex 38 D2 21 49 0 54 12 70 49 30
Octal 70 322 41 111 0 124 22 160 111 60
Binary 111000 11010010 100001 1001001 0 1010100 10010 1110000 1001001 110000

Color Harmonies of #38D221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D221

Black with #38D221

Text Example


Text Example

White with #38D221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,210,33); }

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

background-color css

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

 a { background-color: rgb(56,210,33); }

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

border-color css

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

 span { border-color: rgb(56,210,33); }

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