Html Css Color HEX #38D651 Lime Green

📋 copy color: '#38D651'

red 56 ◦ green 214 ◦ blue 81

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

Shades of Lime Green #38D651

Tints of Lime Green #38D651

RGB

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

 GREEN value IS 214 (83.98% from 255) = 60.97%

 BLUE value IS 81 (32.03% from 255) = 23.08%

R = 15.95%
G = 60.97%
B = 23.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#38D651 (or 0x38D651) is known color: Lime Green. HEX triplet: 38, D6 and 51. RGB value is (56,214,81). Sum of RGB (Red+Green+Blue) = 56+214+81=351 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.95% from 351); Green value is 214 (83.98% from 255 or 60.97% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 214 - color contains mainly: green. Hex color #38D651 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38D651 is #C729AE. Grayscale: #979797. Windows color (decimal): -13052335 or 5363256. OLE color: 5363256.

HSL color Cylindrical-coordinate representation of color #38D651: hue angle of 129.49º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D651 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 214 81 -
CMYK 0.74 0 0.62 0.16
HSL 129.49º 0.66% 0.53% -
HSV(B) 129.49º 0.74% 0.84% -
XYZ 27.16 49.53 15.91 -
YUV 151.6 88.15 59.81 -
System Red Green Blue C M Y K H S L
Decimal 56 214 81 0.74 0 0.62 0.16 129.49 0.66 0.53
Hex 38 D6 51 4A 0 3E 10 81 42 35
Octal 70 326 121 112 0 76 20 201 102 65
Binary 111000 11010110 1010001 1001010 0 111110 10000 10000001 1000010 110101

Color Harmonies of #38D651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D651

Black with #38D651

Text Example


Text Example

White with #38D651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,214,81); }

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

background-color css

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

 a { background-color: rgb(56,214,81); }

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

border-color css

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

 span { border-color: rgb(56,214,81); }

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