Html Css Color HEX #38FA2B Lime Green

📋 copy color: '#38FA2B'

red 56 ◦ green 250 ◦ blue 43

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

Shades of Lime Green #38FA2B

Tints of Lime Green #38FA2B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 71.63%

 BLUE value IS 43 (17.19% from 255) = 12.32%

R = 16.05%
G = 71.63%
B = 12.32%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#38FA2B (or 0x38FA2B) is known color: Lime Green. HEX triplet: 38, FA and 2B. RGB value is (56,250,43). Sum of RGB (Red+Green+Blue) = 56+250+43=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 250 (98.05% from 255 or 71.63% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 250 - color contains mainly: green. Hex color #38FA2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FA2B is #C705D4. Grayscale: #A9A9A9. Windows color (decimal): -13043157 or 2882104. OLE color: 2882104.

HSL color Cylindrical-coordinate representation of color #38FA2B: hue angle of 116.23º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #38FA2B is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 250 43 -
CMYK 0.78 0 0.83 0.02
HSL 116.23º 0.95% 0.57% -
HSV(B) 116.23º 0.83% 0.98% -
XYZ 36.25 69.39 13.77 -
YUV 168.4 57.23 47.83 -
System Red Green Blue C M Y K H S L
Decimal 56 250 43 0.78 0 0.83 0.02 116.23 0.95 0.57
Hex 38 FA 2B 4E 0 53 2 74 5F 39
Octal 70 372 53 116 0 123 2 164 137 71
Binary 111000 11111010 101011 1001110 0 1010011 10 1110100 1011111 111001

Color Harmonies of #38FA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38FA2B

Black with #38FA2B

Text Example


Text Example

White with #38FA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,250,43); }

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

background-color css

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

 a { background-color: rgb(56,250,43); }

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

border-color css

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

 span { border-color: rgb(56,250,43); }

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