Html Css Color HEX #30CE3B Lime Green

📋 copy color: '#30CE3B'

red 48 ◦ green 206 ◦ blue 59

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

Shades of Lime Green #30CE3B

Tints of Lime Green #30CE3B

RGB

 RED value IS 48 (19.14% from 255) = 15.34%

 GREEN value IS 206 (80.86% from 255) = 65.81%

 BLUE value IS 59 (23.44% from 255) = 18.85%

R = 15.34%
G = 65.81%
B = 18.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#30CE3B (or 0x30CE3B) is known color: Lime Green. HEX triplet: 30, CE and 3B. RGB value is (48,206,59). Sum of RGB (Red+Green+Blue) = 48+206+59=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 206 (80.86% from 255 or 65.81% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 206 - color contains mainly: green. Hex color #30CE3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30CE3B is #CF31C4. Grayscale: #8E8E8E. Windows color (decimal): -13578693 or 3919408. OLE color: 3919408.

HSL color Cylindrical-coordinate representation of color #30CE3B: hue angle of 124.18º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CE3B is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 206 59 -
CMYK 0.77 0 0.71 0.19
HSL 124.18º 0.62% 0.5% -
HSV(B) 124.18º 0.77% 0.81% -
XYZ 24.08 45.09 11.57 -
YUV 142 81.15 60.95 -
System Red Green Blue C M Y K H S L
Decimal 48 206 59 0.77 0 0.71 0.19 124.18 0.62 0.5
Hex 30 CE 3B 4D 0 47 13 7C 3E 32
Octal 60 316 73 115 0 107 23 174 76 62
Binary 110000 11001110 111011 1001101 0 1000111 10011 1111100 111110 110010

Color Harmonies of #30CE3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30CE3B

Black with #30CE3B

Text Example


Text Example

White with #30CE3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30CE3B; }

 p { color: rgb(48,206,59); }

 H1.HeaderClassName
 {
   color: #30CE3B;
 }
 .AnyTagClassName
 {
   color: #30CE3B;
 }
</style>

background-color css

<style>
 a { background-color: #30CE3B; }

 a { background-color: rgb(48,206,59); }

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

border-color css

<style>
 span { border-color: #30CE3B; }

 span { border-color: rgb(48,206,59); }

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