Html Css Color HEX #38CB1E Lime Green

📋 copy color: '#38CB1E'

red 56 ◦ green 203 ◦ blue 30

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

Shades of Lime Green #38CB1E

Tints of Lime Green #38CB1E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 70.24%

 BLUE value IS 30 (12.11% from 255) = 10.38%

R = 19.38%
G = 70.24%
B = 10.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#38CB1E (or 0x38CB1E) is known color: Lime Green. HEX triplet: 38, CB and 1E. RGB value is (56,203,30). Sum of RGB (Red+Green+Blue) = 56+203+30=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 203 (79.69% from 255 or 70.24% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CB1E is #C734E1. Grayscale: #8B8B8B. Windows color (decimal): -13055202 or 2018104. OLE color: 2018104.

HSL color Cylindrical-coordinate representation of color #38CB1E: hue angle of 110.98º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38CB1E is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 203 30 -
CMYK 0.72 0 0.85 0.20
HSL 110.98º 0.74% 0.46% -
HSV(B) 110.98º 0.85% 0.8% -
XYZ 23.22 43.65 8.43 -
YUV 139.33 66.3 68.57 -
System Red Green Blue C M Y K H S L
Decimal 56 203 30 0.72 0 0.85 0.20 110.98 0.74 0.46
Hex 38 CB 1E 48 0 55 14 6F 4A 2E
Octal 70 313 36 110 0 125 24 157 112 56
Binary 111000 11001011 11110 1001000 0 1010101 10100 1101111 1001010 101110

Color Harmonies of #38CB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CB1E

Black with #38CB1E

Text Example


Text Example

White with #38CB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,203,30); }

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

background-color css

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

 a { background-color: rgb(56,203,30); }

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

border-color css

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

 span { border-color: rgb(56,203,30); }

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