Html Css Color HEX #38E736 Lime Green

📋 copy color: '#38E736'

red 56 ◦ green 231 ◦ blue 54

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

Shades of Lime Green #38E736

Tints of Lime Green #38E736

RGB

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

 GREEN value IS 231 (90.63% from 255) = 67.74%

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

R = 16.42%
G = 67.74%
B = 15.84%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.77

 K value IS 0.09

RGB Variations

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

Color information

#38E736 (or 0x38E736) is known color: Lime Green. HEX triplet: 38, E7 and 36. RGB value is (56,231,54). Sum of RGB (Red+Green+Blue) = 56+231+54=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 231 (90.62% from 255 or 67.74% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 231 - color contains mainly: green. Hex color #38E736 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E736 is #C718C9. Grayscale: #9F9F9F. Windows color (decimal): -13048010 or 3598136. OLE color: 3598136.

HSL color Cylindrical-coordinate representation of color #38E736: hue angle of 119.32º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38E736 is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.

Color convert

RGB 56 231 54 -
CMYK 0.76 0 0.77 0.09
HSL 119.32º 0.79% 0.56% -
HSV(B) 119.32º 0.77% 0.91% -
XYZ 30.87 58.26 13.11 -
YUV 158.5 69.02 54.89 -
System Red Green Blue C M Y K H S L
Decimal 56 231 54 0.76 0 0.77 0.09 119.32 0.79 0.56
Hex 38 E7 36 4C 0 4D 9 77 4F 38
Octal 70 347 66 114 0 115 11 167 117 70
Binary 111000 11100111 110110 1001100 0 1001101 1001 1110111 1001111 111000

Color Harmonies of #38E736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38E736

Black with #38E736

Text Example


Text Example

White with #38E736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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