Html Css Color HEX #38D036 Lime Green

📋 copy color: '#38D036'

red 56 ◦ green 208 ◦ blue 54

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

Shades of Lime Green #38D036

Tints of Lime Green #38D036

RGB

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

 GREEN value IS 208 (81.64% from 255) = 65.41%

 BLUE value IS 54 (21.48% from 255) = 16.98%

R = 17.61%
G = 65.41%
B = 16.98%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#38D036 (or 0x38D036) is known color: Lime Green. HEX triplet: 38, D0 and 36. RGB value is (56,208,54). Sum of RGB (Red+Green+Blue) = 56+208+54=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 208 (81.64% from 255 or 65.41% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 208 - color contains mainly: green. Hex color #38D036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D036 is #C72FC9. Grayscale: #919191. Windows color (decimal): -13053898 or 3592248. OLE color: 3592248.

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

Color convert

RGB 56 208 54 -
CMYK 0.73 0 0.74 0.18
HSL 119.22º 0.62% 0.51% -
HSV(B) 119.22º 0.74% 0.82% -
XYZ 24.85 46.22 11.1 -
YUV 145 76.64 64.52 -
System Red Green Blue C M Y K H S L
Decimal 56 208 54 0.73 0 0.74 0.18 119.22 0.62 0.51
Hex 38 D0 36 49 0 4A 12 77 3E 33
Octal 70 320 66 111 0 112 22 167 76 63
Binary 111000 11010000 110110 1001001 0 1001010 10010 1110111 111110 110011

Color Harmonies of #38D036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D036

Black with #38D036

Text Example


Text Example

White with #38D036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,208,54); }

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

background-color css

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

 a { background-color: rgb(56,208,54); }

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

border-color css

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

 span { border-color: rgb(56,208,54); }

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