Html Css Color HEX #38D833 Lime Green

📋 copy color: '#38D833'

red 56 ◦ green 216 ◦ blue 51

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

Shades of Lime Green #38D833

Tints of Lime Green #38D833

RGB

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

 GREEN value IS 216 (84.77% from 255) = 66.87%

 BLUE value IS 51 (20.31% from 255) = 15.79%

R = 17.34%
G = 66.87%
B = 15.79%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#38D833 (or 0x38D833) is known color: Lime Green. HEX triplet: 38, D8 and 33. RGB value is (56,216,51). Sum of RGB (Red+Green+Blue) = 56+216+51=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 216 (84.77% from 255 or 66.87% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 216 - color contains mainly: green. Hex color #38D833 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D833 is #C727CC. Grayscale: #959595. Windows color (decimal): -13051853 or 3397688. OLE color: 3397688.

HSL color Cylindrical-coordinate representation of color #38D833: hue angle of 118.18º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38D833 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 216 51 -
CMYK 0.74 0 0.76 0.15
HSL 118.18º 0.68% 0.52% -
HSV(B) 118.18º 0.76% 0.85% -
XYZ 26.78 50.19 11.41 -
YUV 149.35 72.49 61.42 -
System Red Green Blue C M Y K H S L
Decimal 56 216 51 0.74 0 0.76 0.15 118.18 0.68 0.52
Hex 38 D8 33 4A 0 4C F 76 44 34
Octal 70 330 63 112 0 114 17 166 104 64
Binary 111000 11011000 110011 1001010 0 1001100 1111 1110110 1000100 110100

Color Harmonies of #38D833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D833

Black with #38D833

Text Example


Text Example

White with #38D833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,216,51); }

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

background-color css

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

 a { background-color: rgb(56,216,51); }

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

border-color css

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

 span { border-color: rgb(56,216,51); }

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