Html Css Color HEX #1BD02A Lime Green

📋 copy color: '#1BD02A'

red 27 ◦ green 208 ◦ blue 42

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

Shades of Lime Green #1BD02A

Tints of Lime Green #1BD02A

RGB

 RED value IS 27 (10.94% from 255) = 9.75%

 GREEN value IS 208 (81.64% from 255) = 75.09%

 BLUE value IS 42 (16.8% from 255) = 15.16%

R = 9.75%
G = 75.09%
B = 15.16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#1BD02A (or 0x1BD02A) is known color: Lime Green. HEX triplet: 1B, D0 and 2A. RGB value is (27,208,42). Sum of RGB (Red+Green+Blue) = 27+208+42=277 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.75% from 277); Green value is 208 (81.64% from 255 or 75.09% from 277); Blue value is 42 (16.80% from 255 or 15.16% from 277); Max value from RGB is 208 - color contains mainly: green. Hex color #1BD02A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BD02A is #E42FD5. Grayscale: #878787. Windows color (decimal): -14954454 or 2805787. OLE color: 2805787.

HSL color Cylindrical-coordinate representation of color #1BD02A: hue angle of 124.97º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD02A is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.

Color convert

RGB 27 208 42 -
CMYK 0.87 0 0.80 0.18
HSL 124.97º 0.77% 0.46% -
HSV(B) 124.97º 0.87% 0.82% -
XYZ 23.43 45.51 9.74 -
YUV 134.96 75.53 51 -
System Red Green Blue C M Y K H S L
Decimal 27 208 42 0.87 0 0.80 0.18 124.97 0.77 0.46
Hex 1B D0 2A 57 0 50 12 7D 4D 2E
Octal 33 320 52 127 0 120 22 175 115 56
Binary 11011 11010000 101010 1010111 0 1010000 10010 1111101 1001101 101110

Color Harmonies of #1BD02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BD02A

Black with #1BD02A

Text Example


Text Example

White with #1BD02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BD02A; }

 p { color: rgb(27,208,42); }

 H1.HeaderClassName
 {
   color: #1BD02A;
 }
 .AnyTagClassName
 {
   color: #1BD02A;
 }
</style>

background-color css

<style>
 a { background-color: #1BD02A; }

 a { background-color: rgb(27,208,42); }

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

border-color css

<style>
 span { border-color: #1BD02A; }

 span { border-color: rgb(27,208,42); }

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