Html Css Color HEX #CBF40F Electric Lime

📋 copy color: '#CBF40F'

red 203 ◦ green 244 ◦ blue 15

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

Shades of Electric Lime #CBF40F

Tints of Electric Lime #CBF40F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 52.81%

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

R = 43.94%
G = 52.81%
B = 3.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#CBF40F (or 0xCBF40F) is known color: Electric Lime. HEX triplet: CB, F4 and 0F. RGB value is (203,244,15). Sum of RGB (Red+Green+Blue) = 203+244+15=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 244 (95.70% from 255 or 52.81% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF40F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF40F is #340BF0. Grayscale: #CECECE. Windows color (decimal): -3410929 or 1045707. OLE color: 1045707.

HSL color Cylindrical-coordinate representation of color #CBF40F: hue angle of 70.74º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBF40F is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 244 15 -
CMYK 0.17 0 0.94 0.04
HSL 70.74º 0.91% 0.51% -
HSV(B) 70.74º 0.94% 0.96% -
XYZ 57.07 77.43 12.39 -
YUV 205.64 20.42 126.12 -
System Red Green Blue C M Y K H S L
Decimal 203 244 15 0.17 0 0.94 0.04 70.74 0.91 0.51
Hex CB F4 F 11 0 5E 4 47 5B 33
Octal 313 364 17 21 0 136 4 107 133 63
Binary 11001011 11110100 1111 10001 0 1011110 100 1000111 1011011 110011

Color Harmonies of #CBF40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF40F

Black with #CBF40F

Text Example


Text Example

White with #CBF40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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