Html Css Color HEX #CBF902 Electric Lime

📋 copy color: '#CBF902'

red 203 ◦ green 249 ◦ blue 2

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

Shades of Electric Lime #CBF902

Tints of Electric Lime #CBF902

RGB

 RED value IS 203 (79.69% from 255) = 44.71%

 GREEN value IS 249 (97.66% from 255) = 54.85%

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

R = 44.71%
G = 54.85%
B = 0.44%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#CBF902 (or 0xCBF902) is known color: Electric Lime. HEX triplet: CB, F9 and 02. RGB value is (203,249,2). Sum of RGB (Red+Green+Blue) = 203+249+2=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 249 (97.66% from 255 or 54.85% from 454); Blue value is 2 (1.17% from 255 or 0.44% from 454); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF902 is #3406FD. Grayscale: #D0D0D0. Windows color (decimal): -3409662 or 195019. OLE color: 195019.

HSL color Cylindrical-coordinate representation of color #CBF902: hue angle of 71.17º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CBF902 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 249 2 -
CMYK 0.18 0 0.99 0.02
HSL 71.17º 0.98% 0.49% -
HSV(B) 71.17º 0.99% 0.98% -
XYZ 58.52 80.45 12.5 -
YUV 207.09 12.26 125.08 -
System Red Green Blue C M Y K H S L
Decimal 203 249 2 0.18 0 0.99 0.02 71.17 0.98 0.49
Hex CB F9 2 12 0 63 2 47 62 31
Octal 313 371 2 22 0 143 2 107 142 61
Binary 11001011 11111001 10 10010 0 1100011 10 1000111 1100010 110001

Color Harmonies of #CBF902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF902

Black with #CBF902

Text Example


Text Example

White with #CBF902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF902; }

 p { color: rgb(203,249,2); }

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

background-color css

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

 a { background-color: rgb(203,249,2); }

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

border-color css

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

 span { border-color: rgb(203,249,2); }

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