Html Css Color HEX #CBF90F Electric Lime

📋 copy color: '#CBF90F'

red 203 ◦ green 249 ◦ blue 15

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

Shades of Electric Lime #CBF90F

Tints of Electric Lime #CBF90F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.21%

R = 43.47%
G = 53.32%
B = 3.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#CBF90F (or 0xCBF90F) is known color: Electric Lime. HEX triplet: CB, F9 and 0F. RGB value is (203,249,15). Sum of RGB (Red+Green+Blue) = 203+249+15=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 249 (97.66% from 255 or 53.32% from 467); Blue value is 15 (6.25% from 255 or 3.21% from 467); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF90F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF90F is #3406F0. Grayscale: #D1D1D1. Windows color (decimal): -3409649 or 1046987. OLE color: 1046987.

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

Color convert

RGB 203 249 15 -
CMYK 0.18 0 0.94 0.02
HSL 71.79º 0.95% 0.52% -
HSV(B) 71.79º 0.94% 0.98% -
XYZ 58.59 80.48 12.9 -
YUV 208.57 18.76 124.03 -
System Red Green Blue C M Y K H S L
Decimal 203 249 15 0.18 0 0.94 0.02 71.79 0.95 0.52
Hex CB F9 F 12 0 5E 2 48 5F 34
Octal 313 371 17 22 0 136 2 110 137 64
Binary 11001011 11111001 1111 10010 0 1011110 10 1001000 1011111 110100

Color Harmonies of #CBF90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF90F

Black with #CBF90F

Text Example


Text Example

White with #CBF90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF90F; }

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

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

background-color css

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

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

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

border-color css

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

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

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