Html Css Color HEX #38C02B Lime Green

📋 copy color: '#38C02B'

red 56 ◦ green 192 ◦ blue 43

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

Shades of Lime Green #38C02B

Tints of Lime Green #38C02B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 65.98%

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

R = 19.24%
G = 65.98%
B = 14.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#38C02B (or 0x38C02B) is known color: Lime Green. HEX triplet: 38, C0 and 2B. RGB value is (56,192,43). Sum of RGB (Red+Green+Blue) = 56+192+43=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 192 (75.39% from 255 or 65.98% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 192 - color contains mainly: green. Hex color #38C02B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C02B is #C73FD4. Grayscale: #868686. Windows color (decimal): -13058005 or 2867256. OLE color: 2867256.

HSL color Cylindrical-coordinate representation of color #38C02B: hue angle of 114.77º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38C02B is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 192 43 -
CMYK 0.71 0 0.78 0.25
HSL 114.77º 0.63% 0.46% -
HSV(B) 114.77º 0.78% 0.75% -
XYZ 20.92 38.71 8.66 -
YUV 134.35 76.44 72.12 -
System Red Green Blue C M Y K H S L
Decimal 56 192 43 0.71 0 0.78 0.25 114.77 0.63 0.46
Hex 38 C0 2B 47 0 4E 19 73 3F 2E
Octal 70 300 53 107 0 116 31 163 77 56
Binary 111000 11000000 101011 1000111 0 1001110 11001 1110011 111111 101110

Color Harmonies of #38C02B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C02B

Black with #38C02B

Text Example


Text Example

White with #38C02B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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