Html Css Color HEX #ABFF02 Spring Bud

📋 copy color: '#ABFF02'

red 171 ◦ green 255 ◦ blue 2

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

Shades of Spring Bud #ABFF02

Tints of Spring Bud #ABFF02

RGB

 RED value IS 171 (67.19% from 255) = 39.95%

 GREEN value IS 255 (100% from 255) = 59.58%

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 39.95%
G = 59.58%
B = 0.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0

RGB Variations

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

Color information

#ABFF02 (or 0xABFF02) is known color: Spring Bud. HEX triplet: AB, FF and 02. RGB value is (171,255,2). Sum of RGB (Red+Green+Blue) = 171+255+2=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 255 (100% from 255 or 59.58% from 428); Blue value is 2 (1.17% from 255 or 0.47% from 428); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFF02 is #5400FD. Grayscale: #C9C9C9. Windows color (decimal): -5505278 or 196523. OLE color: 196523.

HSL color Cylindrical-coordinate representation of color #ABFF02: hue angle of 79.92º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ABFF02 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB 171 255 2 -
CMYK 0.33 0 0.99 0
HSL 79.92º 1% 0.5% -
HSV(B) 79.92º 0.99% 1% -
XYZ 52.57 80.18 12.76 -
YUV 201.04 15.67 106.57 -
System Red Green Blue C M Y K H S L
Decimal 171 255 2 0.33 0 0.99 0 79.92 1 0.5
Hex AB FF 2 21 0 63 0 50 64 32
Octal 253 377 2 41 0 143 0 120 144 62
Binary 10101011 11111111 10 100001 0 1100011 0 1010000 1100100 110010

Color Harmonies of #ABFF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFF02

Black with #ABFF02

Text Example


Text Example

White with #ABFF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFF02; }

 p { color: rgb(171,255,2); }

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

background-color css

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

 a { background-color: rgb(171,255,2); }

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

border-color css

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

 span { border-color: rgb(171,255,2); }

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