Html Css Color HEX #38D228 Lime Green

📋 copy color: '#38D228'

red 56 ◦ green 210 ◦ blue 40

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

Shades of Lime Green #38D228

Tints of Lime Green #38D228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.07%

R = 18.3%
G = 68.63%
B = 13.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#38D228 (or 0x38D228) is known color: Lime Green. HEX triplet: 38, D2 and 28. RGB value is (56,210,40). Sum of RGB (Red+Green+Blue) = 56+210+40=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 210 (82.42% from 255 or 68.63% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 210 - color contains mainly: green. Hex color #38D228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D228 is #C72DD7. Grayscale: #919191. Windows color (decimal): -13053400 or 2675256. OLE color: 2675256.

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

Color convert

RGB 56 210 40 -
CMYK 0.73 0 0.81 0.18
HSL 114.35º 0.68% 0.49% -
HSV(B) 114.35º 0.81% 0.82% -
XYZ 25.06 47.09 9.78 -
YUV 144.57 68.98 64.82 -
System Red Green Blue C M Y K H S L
Decimal 56 210 40 0.73 0 0.81 0.18 114.35 0.68 0.49
Hex 38 D2 28 49 0 51 12 72 44 31
Octal 70 322 50 111 0 121 22 162 104 61
Binary 111000 11010010 101000 1001001 0 1010001 10010 1110010 1000100 110001

Color Harmonies of #38D228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D228

Black with #38D228

Text Example


Text Example

White with #38D228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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