Html Css Color HEX #38D248 Lime Green

📋 copy color: '#38D248'

red 56 ◦ green 210 ◦ blue 72

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

Shades of Lime Green #38D248

Tints of Lime Green #38D248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 16.57%
G = 62.13%
B = 21.3%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#38D248 (or 0x38D248) is known color: Lime Green. HEX triplet: 38, D2 and 48. RGB value is (56,210,72). Sum of RGB (Red+Green+Blue) = 56+210+72=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 210 (82.42% from 255 or 62.13% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 210 - color contains mainly: green. Hex color #38D248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D248 is #C72DB7. Grayscale: #949494. Windows color (decimal): -13053368 or 4772408. OLE color: 4772408.

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

Color convert

RGB 56 210 72 -
CMYK 0.73 0 0.66 0.18
HSL 126.23º 0.63% 0.52% -
HSV(B) 126.23º 0.73% 0.82% -
XYZ 25.85 47.4 13.92 -
YUV 148.22 84.98 62.22 -
System Red Green Blue C M Y K H S L
Decimal 56 210 72 0.73 0 0.66 0.18 126.23 0.63 0.52
Hex 38 D2 48 49 0 42 12 7E 3F 34
Octal 70 322 110 111 0 102 22 176 77 64
Binary 111000 11010010 1001000 1001001 0 1000010 10010 1111110 111111 110100

Color Harmonies of #38D248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D248

Black with #38D248

Text Example


Text Example

White with #38D248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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